We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84ab8a commit 4a4d88fCopy full SHA for 4a4d88f
register_runner.py
@@ -177,7 +177,7 @@ def main():
177
args += sys.argv[1:]
178
179
print("Cleaning up previous config")
180
- subprocess.run(["./config.sh", "remove"] + args)
+ subprocess.run(["./config.sh", "remove"])
181
182
print("Running config.sh with args ", args)
183
subprocess.run(["./config.sh"] + args, check=True)
0 commit comments