Skip to content

Commit

Permalink
Fix relative pth error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosheen Adil committed Nov 22, 2024
1 parent 042952f commit 8495c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isx/test/utilities/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import shutil
import isx

test_data_path = os.environ['ISX_TEST_DATA_PATH']
test_data_path = os.path.abspath(os.environ['ISX_TEST_DATA_PATH'])


def delete_files_silently(files):
Expand Down

0 comments on commit 8495c98

Please sign in to comment.