Skip to content

Commit

Permalink
BF(TST): fix use of f-string
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Mar 29, 2022
1 parent 958f6f7 commit b66e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heudiconv/tests/test_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ def test_ME_mag_phase_conversion(tmpdir, subID='MEGRE', heuristic='bids_ME'):
tmpdir.chdir()
tmppath = tmpdir.strpath
try:
datadir = fetch_data(tmppath, "dicoms/velasco/{subID}")
datadir = fetch_data(tmppath, f"dicoms/velasco/{subID}")
except IncompleteResultsError as exc:
pytest.skip("Failed to fetch test data: %s" % str(exc))

Expand Down

0 comments on commit b66e60b

Please sign in to comment.