Skip to content

Commit 8495c98

Browse files
author
Nosheen Adil
committed
Fix relative pth error
1 parent 042952f commit 8495c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isx/test/utilities/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import shutil
33
import isx
44

5-
test_data_path = os.environ['ISX_TEST_DATA_PATH']
5+
test_data_path = os.path.abspath(os.environ['ISX_TEST_DATA_PATH'])
66

77

88
def delete_files_silently(files):

0 commit comments

Comments
 (0)