Skip to content
Snippets Groups Projects
Commit 436b427d authored by jkerdreu's avatar jkerdreu
Browse files

Fix embedded list

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/fork@1562 b32b6428-25c9-4566-ad07-03861ab6144f
parent 8a213d01
Branches
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class IPX800(gevent.Greenlet):
gw.info = "%s@%s" % (PACKAGE_NAME,platform.node())
emb = gw.new_attribute('embedded',[])
emb.value.append([io.dev.address for io in self.in_out])
emb.value = [io.dev.address for io in self.in_out]
self.engine.add_device(gw)
def _run(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment