Skip to content

Commit

Permalink
fix empty keyboard interruption in signature1
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed May 25, 2019
1 parent 2d739d1 commit 333539a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masternode.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def signature1(self, device):
printException(getCallerName(), getFunctionName(), err_msg, e.args)
except KeyboardInterrupt:
err_msg = "Keyboard Interrupt"
printException(getCallerName(), getFunctionName(), err_msg, e.args)
printException(getCallerName(), getFunctionName(), err_msg, '')
return None


Expand Down

0 comments on commit 333539a

Please sign in to comment.