Skip to content

Commit

Permalink
Restore signal handler
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens authored and felipesanches committed Feb 29, 2024
1 parent 069d35b commit dd3fe5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/fontbakery/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ class ArgumentParserError(Exception):


def main():
signal.signal(signal.SIGINT, signal_handler)

argument_parser = ArgumentParser()
try:
args = argument_parser.parse_args()
Expand Down

0 comments on commit dd3fe5d

Please sign in to comment.