Skip to content

Commit

Permalink
Type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Oct 27, 2022
1 parent 2c7dd6a commit 6205109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def fixture(
# were to run `git sparse-checkout` inside the software repo.
run(["git", "sparse-checkout", "init", "--cone"], cwd=path, check=True)
run(["git", "sparse-checkout", "set"] + whitelist, cwd=path, check=True)
yield path
yield str(path)

return fixture

Expand Down

0 comments on commit 6205109

Please sign in to comment.