[WIP] remove 'strict' arg
This commit is contained in:
@@ -370,7 +370,7 @@ class FrappyConfig(Device):
|
||||
cfgs['stick'] = running_stick
|
||||
else:
|
||||
cfgs.pop('stick', None)
|
||||
error, proposed, state, info = fm.get_server_state(config.instrument, cfgs, True)
|
||||
error, proposed, state, info = fm.get_server_state(config.instrument, cfgs)
|
||||
if not error:
|
||||
self._initial_config = proposed
|
||||
self._previous_shown = state # otherwise the server state will be shown on startup
|
||||
|
||||
Reference in New Issue
Block a user