We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a0211 commit dd14172Copy full SHA for dd14172
1 file changed
vcell-core/src/main/java/cbit/vcell/xml/XmlHelper.java
@@ -112,7 +112,7 @@ public static String bioModelToXML(BioModel bioModel) throws XmlParseException {
112
}
113
114
static String getEscapedSoftwareVersion(){
115
- return TokenMangler.getEscapedString(PropertyLoader.getRequiredProperty("vcell.softwareVersion"));
+ return TokenMangler.getEscapedString(PropertyLoader.getProperty("vcell.softwareVersion", "unknown"));
116
117
public static String bioModelToXML(BioModel bioModel, boolean printkeys) throws XmlParseException {
118
0 commit comments