Skip to content

Commit

Permalink
Small change
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 8, 2019
1 parent 1571a5c commit 33a14fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/netius/base/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1806,7 +1806,7 @@ def fork(self):
# of the current process on premature signal
self.unbind_signals()
if hasattr(signal, "SIGUSR1"):
self.unbind_signals(signals = signal.SIGUSR1)
self.unbind_signals(signals = (signal.SIGUSR1,))

# sets the initial PID value to the value of the current
# master process as this is going to be used for child
Expand Down

0 comments on commit 33a14fe

Please sign in to comment.