Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
fornib committed Apr 15, 2018
1 parent 79bd87f commit 7abd2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EnCAB/EnCAB.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def check_config():
''')

try:
print('Press ENTER to Continue, Ctrl-C to Abort.\n') # input()
input('Press ENTER to Continue, Ctrl-C to Abort.\n')
except KeyboardInterrupt: # Do not send error for Ctrl-C
sys.exit()

Expand All @@ -365,5 +365,5 @@ def check_config():

print('\n[+] Done!')

# input()
input()
sys.exit()

0 comments on commit 7abd2b8

Please sign in to comment.