Commit e337dcc6 authored by Yingjie Xu's avatar Yingjie Xu

Log type converting exception

parent 625fa887
......@@ -583,7 +583,8 @@ class Slapgrid(object):
if int(timestamp) <= int(old_timestamp):
continue
except ValueError:
pass
exception = traceback.format_exc()
logger.error(exception)
try:
software_url = computer_partition.getSoftwareRelease().getURI()
except NotFoundError:
......
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