You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pylint: disable=deprecated-module
from distutils import file_util
marking the routine as deprecated means it won't fail the pylint test - but it is completly removed in the latest python 3.12. We need to replace all occurances of distutils in cime.
The text was updated successfully, but these errors were encountered:
In utils.py and perhaps in other places we have:
marking the routine as deprecated means it won't fail the pylint test - but it is completly removed in the latest python 3.12. We need to replace all occurances of distutils in cime.
The text was updated successfully, but these errors were encountered: