Skip to content

Commit 5e8cd03

Browse files
committed
Return Added
1 parent 990973f commit 5e8cd03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

generic_config_updater/generic_updater.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def switchport_mode_remove(config):
131131
for port, port_data in config['PORT'].items():
132132
if 'mode' in port_data:
133133
del config['PORT'][port]['mode']
134+
return config
134135

135136
class FileSystemConfigRollbacker:
136137
def __init__(self,

0 commit comments

Comments
 (0)