Skip to content

Commit 3b26b25

Browse files
authoredSep 18, 2021
Add import for sys
The error exit was failing because of a missing import.
1 parent d64e364 commit 3b26b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nfc/nfc_poll_daemon.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python2.7
22

3+
import sys
34
import traceback
45
import argparse
56
import signal

0 commit comments

Comments
 (0)
Please sign in to comment.