Skip to content

Commit

Permalink
Merge pull request #16 from fabfab1/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Forni B authored Apr 15, 2018
2 parents 325bdec + 6a3cefc commit 6a997ed
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 @@ -358,7 +358,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 @@ -373,5 +373,5 @@ def check_config():

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

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

0 comments on commit 6a997ed

Please sign in to comment.