Skip to content

Commit

Permalink
Fix nargs for report:dump-csv (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryevdv authored Jun 13, 2022
1 parent 8ae3c96 commit 12051c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cunumeric/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
ArgSpec(
action="store",
type=str,
nargs=1,
nargs="?",
default=None,
dest="report_dump_csv",
help="Save a coverage report to a specified CSV file",
Expand Down

0 comments on commit 12051c7

Please sign in to comment.