Skip to content

Commit

Permalink
BF: Fixes broken test for populate_intended_for in Python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelasco committed Dec 18, 2020
1 parent 7edcf36 commit 34b2acc
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 @@ -113,7 +113,7 @@ def test_populate_intended_for(tmpdir, folder, expected_prefix):
expected start of the "IntendedFor" elements
"""

session_folder = op.join(tmpdir, folder)
session_folder = op.join(str(tmpdir), folder)
session_struct = create_dummy_pepolar_bids_session(session_folder)
populate_intended_for(session_folder)

Expand Down

0 comments on commit 34b2acc

Please sign in to comment.