This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
vlanmang
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
forgot this in the 2 to 3 conversion..
ssh-lenovo
John-Mark Gurney
4 years ago
parent
c87cec6203
commit
c1243c2484
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save