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

Function PrintCommandOutput

Scripts/installExternalsFunctions.py:76–78  ·  view source on GitHub ↗
(output)

Source from the content-addressed store, hash-verified

74 print("INFO:", info)
75
76def PrintCommandOutput(output):
77 if verbosity >= 3:
78 sys.stdout.write(output)
79
80def PrintError(error):
81 if verbosity >= 3 and sys.exc_info()[1] is not None:

Callers 5

RunFunction · 0.85
MakeSymLinkFunction · 0.85
CopyFilesFunction · 0.85
CopyDirectoryFunction · 0.85
DownloadURLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected