Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
metric-space committed Nov 21, 2023
1 parent 3abc635 commit 980cc6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ def dataset_generator(self, input_dir, workers=1):
parser.add_argument(
"--output_dataset_name",
type=str,
required=True
required=True,
help="name of the output dataset",
)

Expand Down

0 comments on commit 980cc6a

Please sign in to comment.