We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pysiaf uses importlib_resources.path here:
importlib_resources.path
pysiaf/pysiaf/iando/read.py
Lines 644 to 645 in f2cd70e
For details on using the files() API, see here: https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy
files()
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
pysiaf uses
importlib_resources.path
here:pysiaf/pysiaf/iando/read.py
Lines 644 to 645 in f2cd70e
which has been deprecated, causing errors downstream of pysiaf in jdaviz, first noticed in spacetelescope/jdaviz#3322.
For details on using the
files()
API, see here: https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacyThe text was updated successfully, but these errors were encountered: