clean(hiero): hound suggestion

This commit is contained in:
Jakub Jezek 2020-10-07 17:28:15 +02:00
parent 79275d9ff5
commit 333c764c12
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -10,7 +10,7 @@ try:
__import__("pyblish")
except ImportError as e:
print traceback.format_exc()
print(traceback.format_exc())
print("pyblish: Could not load integration: %s " % e)
else: