YATTA

parent 1d0ae7ee
...@@ -1018,7 +1018,7 @@ class Slapgrid(object): ...@@ -1018,7 +1018,7 @@ class Slapgrid(object):
self.logger.error(UnicodeError) self.logger.error(UnicodeError)
raise "Failed to read %s." % (computer_partition_usage.usage) raise "Failed to read %s." % (computer_partition_usage.usage)
except (etree.XMLSyntaxError, etree.DocumentInvalid) as e: except (etree.XMLSyntaxError, etree.DocumentInvalid) as e:
self.logger.info("Failed to parse %s." % (computer_parition_usage.usage)) self.logger.info("Failed to parse %s." % (computer_partition_usage.usage))
self.logger.error(e) self.logger.error(e)
raise _formatXMLError(e) raise _formatXMLError(e)
except Exception: except Exception:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment