There was an error while loading. Please reload this page.
1 parent 990973f commit 5e8cd03Copy full SHA for 5e8cd03
1 file changed
generic_config_updater/generic_updater.py
@@ -131,6 +131,7 @@ def switchport_mode_remove(config):
131
for port, port_data in config['PORT'].items():
132
if 'mode' in port_data:
133
del config['PORT'][port]['mode']
134
+ return config
135
136
class FileSystemConfigRollbacker:
137
def __init__(self,
0 commit comments