Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesShaker committed Nov 22, 2018
1 parent 0d9f59e commit a397804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repls/sublimehol_repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def send_signal(self, sig):
if sig == signal.SIGTERM:
self._killed = True
out_queue = self.store_dict.get("print_queue",None)
elif sig == signal.SIGINT and out_queue:
if sig == signal.SIGINT and out_queue:
with out_queue.mutex:
out_queue.queue.clear()
if self.is_alive():
Expand Down

0 comments on commit a397804

Please sign in to comment.