mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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() )
|
if ( !classAttributesGenerated[classKeyword].empty() )
|
||||||
{
|
{
|
||||||
classCode += " Attributes\n";
|
classCode += " Attributes:\n";
|
||||||
for ( auto keyWordValuePair : classAttributesGenerated[classKeyword] )
|
for ( auto keyWordValuePair : classAttributesGenerated[classKeyword] )
|
||||||
{
|
{
|
||||||
classCode += " " + keyWordValuePair.second.second;
|
classCode += " " + keyWordValuePair.second.second;
|
||||||
|
Loading…
Reference in New Issue
Block a user