Skip to content

Commit

Permalink
Fix run all in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed Apr 1, 2023
1 parent ca82e32 commit 981a9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def render_metadata(dataset_config, labels_path):
output_path.mkdir(exist_ok=True, parents=True)

if 1:
package(args.dataset_name, output_path)
package(dataset["key"], output_path)

if 1:
meta, works = render_metadata(dataset, Path(output_path, "labels.csv"))
Expand Down

0 comments on commit 981a9c5

Please sign in to comment.