fix hydra remote eval job

This commit is contained in:
Charlotte 🦝 Delenk 2024-12-01 14:26:24 +01:00
parent 123d5674cb
commit 5706677a7a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -25,7 +25,7 @@ for arg in sys.argv[1:]:
if arg == "--gc-roots-dir":
next_to_gcroots = True
if next_to_gcroots:
next_to_gcroots = false
next_to_gcroots = False
gcroots = arg
if skip_next > 0:
skip_next -= 1