fix hydra remote eval job
This commit is contained in:
parent
123d5674cb
commit
5706677a7a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ for arg in sys.argv[1:]:
|
||||||
if arg == "--gc-roots-dir":
|
if arg == "--gc-roots-dir":
|
||||||
next_to_gcroots = True
|
next_to_gcroots = True
|
||||||
if next_to_gcroots:
|
if next_to_gcroots:
|
||||||
next_to_gcroots = false
|
next_to_gcroots = False
|
||||||
gcroots = arg
|
gcroots = arg
|
||||||
if skip_next > 0:
|
if skip_next > 0:
|
||||||
skip_next -= 1
|
skip_next -= 1
|
||||||
|
|
Loading…
Reference in a new issue