mirror of
https://github.com/CopterExpress/clover.git
synced 2026-06-07 10:04:33 +00:00
selfcheck.py: print reports when there was exception in check
This commit is contained in:
@@ -78,7 +78,6 @@ def check(name):
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
rospy.logerr('%s: exception occurred', name)
|
rospy.logerr('%s: exception occurred', name)
|
||||||
return
|
|
||||||
with reports_lock:
|
with reports_lock:
|
||||||
for report in thread_local.reports:
|
for report in thread_local.reports:
|
||||||
if 'failure' in report:
|
if 'failure' in report:
|
||||||
|
|||||||
Reference in New Issue
Block a user