-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
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
Python exception when executing rule git_hook_bypass: NoneType is not iterable #1227
Comments
Hey! 👋 Thanks a lot for reporting. So, what happens is that for some reason the execution times out and therefore no output gets collected. As the The fix is rather simple. Would you be willing to contribute? 🙂 |
sure. I roughly understand what you've described so far, but not enough to guess the solution you have in mind: what is it? |
Awesome! 🙌💥 TL;DR: please make It's a good idea to support Git rules that do not depend on output — as is the case of the So, that means we need to make Thing is that the It's nice to have the alias converted so TheFuck can be more assertive when matching rules. But if no output is available to I hope that helps. I can be more specific if you wish 😊 |
The output of
thefuck --version
:The Fuck 3.31 using Python 3.9.6 and ZSH 5.8
Your system (Debian 7, ArchLinux, Windows, etc.):
MacOS Big Sur 11.5.1 (20G80)
How to reproduce the bug:
The output of The Fuck with
THEFUCK_DEBUG=true
exported (typically executeexport THEFUCK_DEBUG=true
in your shell before The Fuck):The text was updated successfully, but these errors were encountered: