We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I wrote a new tool that uses the SIGPIPE handler to exit when the signal is sent but I got a weird error:
$ git-new-files | head bin/git-new-files bin/rotate bin/gityup.py bin/ansible-host-data bin/ansible-json bin/add-python-debugging bin/grep-matrix bin/inventory-to-config bin/git-files bin/git-clone Exception ignored in: <module 'threading' from '/usr/lib/python3.6/threading.py'> Traceback (most recent call last): File "/usr/lib/python3.6/threading.py", line 1279, in _shutdown def _shutdown(): File "/home/mrbruno/bin/git-new-files", line 24, in <lambda> signal.signal(signal.SIGPIPE, lambda signum, stack_frame: exit(0)) File "/usr/lib/python3.6/_sitebuiltins.py", line 26, in __call__ raise SystemExit(code) SystemExit: 0 $
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wrote a new tool that uses the SIGPIPE handler to exit when the signal is sent but I got a weird error:
The text was updated successfully, but these errors were encountered: