Skip to content

Commit 2fc8922

Browse files
committed
Ignore config error
1 parent a4cdcc1 commit 2fc8922

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

register_runner.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,9 @@ def main():
176176
if len(sys.argv) > 1:
177177
args += sys.argv[1:]
178178

179-
print("Cleaning up previous config")
180-
subprocess.run(["./config.sh", "remove"])
181-
182179
print("Running config.sh with args ", args)
183-
subprocess.run(["./config.sh"] + args, check=True)
180+
subprocess.run(["./config.sh"] + args)
181+
184182
print("Running run.sh")
185183
subprocess.run(["./run.sh"], check=True)
186184

0 commit comments

Comments
 (0)