Skip to content

Commit

Permalink
fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
nhamilakis committed Aug 21, 2023
1 parent 0559c3c commit 9f1543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zerospeech/cmd/submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run(self, argv: argparse.Namespace):
sys.exit(1)

# Load benchmark
benchmark = benchmark_type.benchmark(quiet=argv.quiet)
benchmark = benchmark_type.benchmark()

location = Path(argv.location)
if location.is_dir():
Expand Down

0 comments on commit 9f1543f

Please sign in to comment.