Skip to content
Snippets Groups Projects
Commit 2c32d715 authored by jkerdreu's avatar jkerdreu
Browse files

Disable msg filtering



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2863 b32b6428-25c9-4566-ad07-03861ab6144f
parent e49fff4d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class WARP10Logger:
self.eng = engine
# change xAAL call flow
self.eng.subscribe(self.parse_msg)
self.eng.disable_msg_filter()
self.cfg = tools.load_cfg_or_die(PACKAGE_NAME)['config']
self.setup()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment