Skip to content

Commit

Permalink
as string in CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 1, 2023
1 parent 5a54bf1 commit 2ac2d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def test_organize_single_job(simple2_nwb: Path, tmp_path: Path) -> None:
"--dandiset-path",
str(tmp_path),
"--jobs",
1,
"1",
],
)
assert r.exit_code == 0
Expand Down

0 comments on commit 2ac2d35

Please sign in to comment.