Skip to content

Commit

Permalink
made the images CLI argument optional since it's not required for cou…
Browse files Browse the repository at this point in the history
…nting TFRecord examples

#143
  • Loading branch information
monocongo committed Feb 7, 2020
1 parent c9a6d69 commit 7d21613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cvdata/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main():
)
args_parser.add_argument(
"--images",
required=True,
required=False,
type=str,
help="images directory path",
)
Expand Down

0 comments on commit 7d21613

Please sign in to comment.