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
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/tracer/resources/collections.py", line 29, in sorted
return sorted(self, key=methodcaller(attribute))
TypeError: 'str' object is not callable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/dnf-plugins/tracer.py", line 67, in transaction
tracer.render()
File "/usr/lib/python3.6/site-packages/dnf-plugins/tracer.py", line 92, in render
return view.render()
File "/usr/lib/python3.6/site-packages/tracer/views/default.py", line 59, in render
{"title": " * " + _("Some applications using:"), "content": with_helpers_content()},
File "/usr/lib/python3.6/site-packages/tracer/views/default.py", line 20, in with_helpers_content
applications = self.args.applications.with_helpers().exclude_types(types).sorted("helper")
File "/usr/lib/python3.6/site-packages/tracer/resources/collections.py", line 31, in sorted
return sorted(self, key=attrgetter(attribute))
TypeError: '<' not supported between instances of 'NoneType' and 'str'
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: