Syntax issue

This commit is contained in:
Scott Hussey 2017-06-30 15:21:23 -05:00
parent 8489d15110
commit cf6dc5c42c

View File

@ -1123,7 +1123,7 @@ class MaasTaskRunner(drivers.DriverTaskRunner):
tag_list.refresh()
tag = tag_list.select(t)
if tag is not None:
self.logger.debug("Tag %s arrived out of nowhere." % t
self.logger.debug("Tag %s arrived out of nowhere." % t)
else:
self.logger.error("Error creating tag %s." % t)
continue