bugfix in automatic creation if attached io
srv.modules does no longer exist Change-Id: Ibc52fe35f27ad110e60947702d97ee40f359b7c5 Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/33167 Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de> Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de> Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
parent
3a7fff713d
commit
9d9d31693b
@ -61,7 +61,6 @@ class HasIO(Module):
|
||||
ioname = opts.get('io') or f'{name}_io'
|
||||
io = self.ioClass(ioname, srv.log.getChild(ioname), opts, srv) # pylint: disable=not-callable
|
||||
io.callingModule = []
|
||||
srv.modules[ioname] = io
|
||||
srv.secnode.add_module(io, ioname)
|
||||
self.ioDict[self.uri] = ioname
|
||||
self.io = ioname
|
||||
|
Loading…
x
Reference in New Issue
Block a user