Browse Source

forgot this in the 2 to 3 conversion..

ssh-lenovo
John-Mark Gurney 4 years ago
parent
commit
c1243c2484
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      vlanmang/__init__.py

+ 1
- 1
vlanmang/__init__.py View File

@@ -565,7 +565,7 @@ def main():

pprint.pprint([ x[1:] for x in changes ])

res = raw_input('Apply the changes? (type yes to apply): ')
res = input('Apply the changes? (type yes to apply): ')
if res != 'yes':
print('not applying changes.')
sys.exit(1)


Loading…
Cancel
Save