Skip to content

Commit

Permalink
Add missing sys import for signal handler
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Nov 11, 2023
1 parent 3225b75 commit 58feadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dtschema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import signal
import sys

def sigint_handler(signum, frame):
sys.exit(-2)
Expand Down

0 comments on commit 58feadb

Please sign in to comment.