Skip to content

Commit

Permalink
Update update_status.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmetz authored Feb 8, 2024
1 parent e3dea84 commit 9815cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/update_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def create_parser() -> argparse.ArgumentParser:
parser = argparse.ArgumentParser()
parser.add_argument("resource_path", help="Model name")
parser.add_argument("status", help="Status")
parser.add_argument("--step", help="Step", default=0, type=int)
parser.add_argument("step", help="Step", default=0, type=int, nargs="?")
parser.add_argument("--num_steps", help="Status", default=0, type=int)
return parser

Expand Down

0 comments on commit 9815cc5

Please sign in to comment.