We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042952f commit 8495c98Copy full SHA for 8495c98
isx/test/utilities/setup.py
@@ -2,7 +2,7 @@
2
import shutil
3
import isx
4
5
-test_data_path = os.environ['ISX_TEST_DATA_PATH']
+test_data_path = os.path.abspath(os.environ['ISX_TEST_DATA_PATH'])
6
7
8
def delete_files_silently(files):
0 commit comments