Skip to content

Commit

Permalink
Functional test testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-pok committed Jul 10, 2024
1 parent 45b7f0c commit 2b56539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_parquet2hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ def test_parquet2hdf5():
) as proc:
print("parquet2hdf5 v" + proc.communicate()[0].decode())
except FileNotFoundError as e:
assert False, str(e) + f"\nPATH={os.getenv("PATH", "")}"
assert False, str(e) + f'\nPATH={os.getenv("PATH", "")}'

0 comments on commit 2b56539

Please sign in to comment.