Skip to content

Commit

Permalink
User interrupt printed out nicely.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimon committed Aug 22, 2016
1 parent ff64844 commit be9c0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ def execute(args, data, conf):


def sigterm_handle(signal, frame):
sys.stderr.write('\r\033[0;31mUser interrupt..\033[0m\n')
sys.stderr.write('\r\r\033[1;31m[!]\033[0;31m User interrupt..\033[0m\n')
sys.exit(1)


Expand Down

0 comments on commit be9c0b5

Please sign in to comment.