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
In view of deprecated imp being removed we need to make sure that server code does not use it.
imp
Maybe also a good time to look into replacing use of __import__() with importlib.import_module().
__import__()
Better yet, try to run e.g. TW in a python3.12 container
reference: dmwm/CRABClient#5350
The text was updated successfully, but these errors were encountered:
aspiringmind-code
No branches or pull requests
In view of deprecated
imp
being removed we need to make sure that server code does not use it.Maybe also a good time to look into replacing use of
__import__()
with importlib.import_module().Better yet, try to run e.g. TW in a python3.12 container
reference: dmwm/CRABClient#5350
The text was updated successfully, but these errors were encountered: