Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
36000 committed Sep 22, 2020
1 parent 311d81e commit b5aa61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFQ/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_AFQ_no_derivs():
bids_path, "derivatives", "dmriprep", "dataset_description.json"))
with pytest.raises(
ValueError,
match=\
match=
"`bids_path` contains no subjects in derivatives folders."
+ " This could be caused by derivatives folders not following"
+ " the BIDS format."):
Expand Down

0 comments on commit b5aa61a

Please sign in to comment.