mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-14 01:13:52 -06:00
Fix generation of Attributes header
This commit is contained in:
parent
db052ec3d4
commit
30eafceef4
@ -327,7 +327,7 @@ QString PdmPythonGenerator::generate( PdmObjectFactory* factory ) const
|
||||
}
|
||||
if ( !classAttributesGenerated[classKeyword].empty() )
|
||||
{
|
||||
classCode += " Attributes\n";
|
||||
classCode += " Attributes:\n";
|
||||
for ( auto keyWordValuePair : classAttributesGenerated[classKeyword] )
|
||||
{
|
||||
classCode += " " + keyWordValuePair.second.second;
|
||||
|
Loading…
Reference in New Issue
Block a user