#56 framework: Fix plugin exception reporting
Merged by plautrba. Opened by vmojzis.
vmojzis/setroubleshoot exception  into  main

Download 56.patch

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

rebased onto 5f8641f05d7228b971baa3bdd79c825fae17f893

Pull-Request has been merged by plautrba

Metadata