We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f794d87 commit 2562166Copy full SHA for 2562166
1 file changed
scorep/subsystem.py
@@ -33,12 +33,12 @@ def generate_ld_preload(scorep_config):
33
return preload.strip()
34
35
36
-def generate_subsystem_code(config=[]):
+def generate_subsystem_code(config):
37
"""
38
Generates the data needed to be preloaded.
39
40
41
- scorep_config = ["scorep-config"] + config + ["--user"]
+ scorep_config = ["scorep-config"] + config
42
43
(return_code, _, _) = scorep.helper.call(scorep_config)
44
if return_code != 0:
0 commit comments