Skip to content

Commit

Permalink
Debugging out of place cli invocation error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Sep 2, 2022
1 parent b3ee898 commit 7a5239c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_validate_bids(bids_examples, tmp_path):

# Check if a report is being produced.
pid = os.getpid()
log_dir = appdirs.user_log_dir("dandi-cli", "dandi")
log_dir = appdirs.user_log_dir("dandi")
report_expression = os.path.join(log_dir, f"bids-validator-report_*-{pid}.log")
assert len(glob(report_expression)) == 1

Expand Down

0 comments on commit 7a5239c

Please sign in to comment.