abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Removes Exception Output When Interrupting ContTest #98

Closed CurroRodriguez closed 6 years ago

CurroRodriguez commented 6 years ago

Added try/except block to catch KeyboardInterrupt exceptions caused by using <ctrl+c> to stop conttest task and prevent exception call stack from being output to the console.