Skip to content

Commit dd14172

Browse files
Allow Default Software Version
1 parent c9a0211 commit dd14172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcell-core/src/main/java/cbit/vcell/xml/XmlHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public static String bioModelToXML(BioModel bioModel) throws XmlParseException {
112112
}
113113

114114
static String getEscapedSoftwareVersion(){
115-
return TokenMangler.getEscapedString(PropertyLoader.getRequiredProperty("vcell.softwareVersion"));
115+
return TokenMangler.getEscapedString(PropertyLoader.getProperty("vcell.softwareVersion", "unknown"));
116116
}
117117
public static String bioModelToXML(BioModel bioModel, boolean printkeys) throws XmlParseException {
118118

0 commit comments

Comments
 (0)