Skip to content

Instantly share code, notes, and snippets.

@favoretti
Created August 19, 2013 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save favoretti/6272899 to your computer and use it in GitHub Desktop.
Save favoretti/6272899 to your computer and use it in GitHub Desktop.
@task
def deployComponent(filepath, config, args, fabrichelper):
def signal_handler(signal, frame):
sys.exit(0)
signal.signal(signal.SIGINT, signal_handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment