We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cc92b commit b264844Copy full SHA for b264844
src/flupy/cli/cli.py
@@ -68,6 +68,7 @@ def main(argv: Optional[List[str]] = None) -> None:
68
try:
69
# Restore the default SIGPIPE handler
70
from signal import SIG_DFL, SIGPIPE, signal
71
+
72
signal(SIGPIPE, SIG_DFL)
73
except ImportError:
74
# SIGPIPE not available on platform (e.g. Windows), nothing to do
0 commit comments