Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
def
PrintCommandOutput(output):
77
if
verbosity >= 3:
78
sys.stdout.write(output)
79
80
def
PrintError(error):
81
if
verbosity >= 3 and sys.exc_info()[1] is not None:
Callers
5
Run
Function · 0.85
MakeSymLink
Function · 0.85
CopyFiles
Function · 0.85
CopyDirectory
Function · 0.85
DownloadURL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected