logger.warning("This output showed this calculation need to load xml file, so we need this xml file ('%s') to read geometry information"%os.path.normpath(xml_file))
fName=os.path.normpath(xml_file)
...
...
@@ -94,7 +95,7 @@ class QboxParserContext(object):
try:
withopen(fName)asfxml:
xmlParser.parseFile(fxml)
exceptIOError:
logger.warning("Could not find xml file in directory '%s'. "%os.path.dirname(os.path.abspath(self.fName)))
...
...
@@ -102,20 +103,20 @@ class QboxParserContext(object):