fedora-selinux / setroubleshoot

Abandoned, use https://gitlab.com/setroubleshoot
https://gitlab.com/setroubleshoot
9 stars 12 forks source link

framework: Fix plugin exception reporting #92

Closed vmojzis closed 3 years ago

vmojzis commented 4 years ago

Fixes: Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/setroubleshoot/analyze.py", line 647, in self.idle_proc_id = GLib.idle_add(lambda: next(task_generator)) File "/usr/lib/python3.6/site-packages/setroubleshoot/analyze.py", line 680, in task self.close() File "/usr/lib/python3.6/site-packages/setroubleshoot/analyze.py", line 668, in close self.avc_event_handler(audit_event) File "/usr/lib/python3.6/site-packages/setroubleshoot/analyze.py", line 709, in avc_event_handler self.analyzer.analyze_avc(avc, self.report_receiver, False) File "/usr/lib/python3.6/site-packages/setroubleshoot/analyze.py", line 218, in analyze_avc log_debug(join(traceback.format_tb(v3))) NameError: name 'join' is not defined

vmojzis commented 3 years ago

Already merged, closing.