Skip to content

Commit

Permalink
fix tests for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 19, 2018
1 parent 6e90a07 commit 9ae9280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_series_folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_multiple_formats_error():
"""
# combine a zip file with a regular hologram file
path, _files2 = setup_folder_single_holo()
shutil.copy2(datapath / "series_phasics.zip", path)
shutil.copy2(str(datapath / "series_phasics.zip"), path)
try:
qpformat.load_data(path)
except qpformat.file_formats.MultipleFormatsNotSupportedError:
Expand Down

0 comments on commit 9ae9280

Please sign in to comment.