Commit 74bc3f4c authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Cédric Le Ninivin

ui_dump_test: No need to track Activities.

This also avoids KeyError exceptions when Activities have already been processed
in the meantime.
parent d93c063e
......@@ -121,6 +121,7 @@ class ui_dump_test(object):
_module_tracking_blacklist = {
'portal_simulation',
'portal_solver_processes',
'portal_activities',
}
def trackObject(self, path, ob):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment