1
0

Actually call the setup_viztracer function

This commit is contained in:
Olivier Wilkinson (reivilibre)
2022-01-19 11:32:38 +00:00
parent 2ea5d11cb6
commit 2130e9ff9f
+4
View File
@@ -475,6 +475,10 @@ def main() -> None:
with LoggingContext("main"):
# check base requirements
check_requirements()
# Set up VizTracer for debugging (if enabled)
setup_viztracer()
hs = setup(sys.argv[1:])
# redirect stdio to the logs, if configured.