Python: Create summary plot from string

This commit is contained in:
Gaute Lindkvist
2020-03-13 08:34:05 +01:00
parent 6b289f0db2
commit 2853308a4a
17 changed files with 415 additions and 205 deletions

View File

@@ -109,7 +109,10 @@ void PdmFieldScriptabilityIOHandler<QString>::writeToField( QString&
// Could interpret as unquoted text
}
fieldValue = accumulatedFieldValue;
if ( accumulatedFieldValue != "None" )
{
fieldValue = accumulatedFieldValue;
}
}
//--------------------------------------------------------------------------------------------------