MCPcopy Create free account
hub / github.com/Autodesk/Aurora / PrintError

Function PrintError

Scripts/installExternalsFunctions.py:80–84  ·  view source on GitHub ↗
(error)

Source from the content-addressed store, hash-verified

78 sys.stdout.write(output)
79
80def PrintError(error):
81 if verbosity >= 3 and sys.exc_info()[1] is not None:
82 import traceback
83 traceback.print_exc()
84 print ("ERROR:", error)
85
86# Helpers for determining platform
87def Windows():

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected