Skip to content

Commit 32e211b

Browse files
authored
Update run.py
1 parent 0b2a5ed commit 32e211b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sweagent/run/run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
def get_cli():
3636
parser = argparse.ArgumentParser(add_help=False)
37-
parser.add_argument("command", choices=["run", "run-batch", "run-replay", "traj-to-demo", "run-api", "merge-preds", "inspect", "inspector", "r", "b", "i", "I", "extract-pred", "compare-runs", "cr", "remove-unfinished", "ru", "quick-stats", "qs", "shell", "sh"], nargs="?")
37+
parser.add_argument("command", choices=["run", "run-batch", "run-locate", "run-replay", "traj-to-demo", "run-api", "merge-preds", "inspect", "inspector", "r", "b", "i", "I", "extract-pred", "compare-runs", "cr", "remove-unfinished", "ru", "quick-stats", "qs", "shell", "sh"], nargs="?")
3838
parser.add_argument("-h", "--help", action="store_true", help="Show this help message and exit")
3939
return parser
4040

@@ -106,4 +106,4 @@ def main(args: list[str] | None = None):
106106

107107

108108
if __name__ == "__main__":
109-
sys.exit(main())
109+
sys.exit(main())

0 commit comments

Comments
 (0)