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
This method has been removed in Python 3.12.
Addressing:
Traceback (most recent call last):
File "/__w/content/content/./ctf/content_test_filtering.py", line 44, in <module>
diff_structure = diff_analysis.analyse_file(file_record)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/__w/content/content/ctf/ctf/diff_analysis.py", line 40, in analyse_file
module = importer.find_module(full_package_name).load_module(
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'FileFinder' object has no attribute 'find_module'
0 commit comments