[WIP] bug fix
This commit is contained in:
@ -374,8 +374,8 @@ class FrappyConfig(Device):
|
||||
else:
|
||||
cfgs.pop('stick', None)
|
||||
error, proposed, state, info = fm.get_server_state(config.instrument, cfgs)
|
||||
self._initial_config = proposed
|
||||
if not error:
|
||||
self._initial_config = proposed
|
||||
self._previous_shown = state # otherwise the server state will be shown on startup
|
||||
return self._initial_config.get(service)
|
||||
|
||||
|
Reference in New Issue
Block a user