We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a504ead commit 4249f1bCopy full SHA for 4249f1b
tools/urtrace/urtrace.py
@@ -63,7 +63,7 @@ def get_dynamic_library_name(name):
63
config = vars(args)
64
if args.debug:
65
print(config)
66
-env = dict()
+env = os.environ.copy()
67
68
collector_args = ""
69
if args.print_begin:
0 commit comments