Skip to content

Commit

Permalink
nargs too
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 16, 2024
1 parent 146a8ad commit 38e7e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def main(args):
parser.add_argument("--run-id", type=str, help="Github Run ID.")
parser.add_argument("--job-id", type=str, help="Github Run Job ID.")
parser.add_argument("--job-trigger-user", type=str, help="User who triggered the job")
parser.add_argument("--comfy-run-flags", default="", type=str, help="Comfy run flags.")
parser.add_argument("--comfy-run-flags", default="", nargs='?', type=str, help="Comfy run flags.")
parser.add_argument("--repo", type=str, help="Github repo.")
parser.add_argument("--cuda-version", type=str, help="CUDA version.")
parser.add_argument("--python-version", type=str, help="Python version.")
Expand Down

0 comments on commit 38e7e5a

Please sign in to comment.