Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
clean(hiero): hound suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Oct 7, 2020
1 parent 79275d9 commit 333c764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/hiero/hiero_plugin_path/Python/Startup/Startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__import__("pyblish")

except ImportError as e:
print traceback.format_exc()
print(traceback.format_exc())
print("pyblish: Could not load integration: %s " % e)

else:
Expand Down

0 comments on commit 333c764

Please sign in to comment.