diff --git a/devices.py b/devices.py index 73978af..9100da3 100644 --- a/devices.py +++ b/devices.py @@ -210,7 +210,10 @@ class FrappyConfig(Device): if cfg == '': seaconn = session.devices.get(f'se_sea_{service}') if seaconn and seaconn._attached_secnode: - seaconn.communicate('frappy_remove %s' % service) + try: + seaconn.communicate('frappy_remove %s' % service) + except Exception: + pass used_cfg = {} all_cfg = {} new_cfg = {}