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
when accessing a repository log with default_log() function using Python 3.9 an exception is risen, the used function seems to have been removed from xml library:
I have noticed that the fix is not included in the zip or tar.gz file. It is mentioned in the change notes but unfortunately not in the final archive. Can you create a new release which includes the fix? In other words the common.py file in the archives still contains the getchild stuff.
when accessing a repository log with
default_log()
function using Python 3.9 an exception is risen, the used function seems to have been removed from xml library:https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren
The text was updated successfully, but these errors were encountered: