Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Autodesk/Aurora
/ PrintStatus
Function
PrintStatus
Scripts/installExternalsFunctions.py:68–70 ·
view source on GitHub ↗
(status)
Source
from the content-addressed store, hash-verified
66
print(
"WARNING:"
, warning)
67
68
def
PrintStatus(status):
69
if
verbosity >= 1:
70
print(
"STATUS:"
, status)
71
72
def
PrintInfo(info):
73
if
verbosity >= 2:
Callers
2
installExternals.py
File · 0.85
ApplyGitPatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected