Skip to content

Commit 4a4d88f

Browse files
committed
Don't add args
1 parent c84ab8a commit 4a4d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

register_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def main():
177177
args += sys.argv[1:]
178178

179179
print("Cleaning up previous config")
180-
subprocess.run(["./config.sh", "remove"] + args)
180+
subprocess.run(["./config.sh", "remove"])
181181

182182
print("Running config.sh with args ", args)
183183
subprocess.run(["./config.sh"] + args, check=True)

0 commit comments

Comments
 (0)