Allow non-interactive build #993
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When building v0.6.2 on Gentoo, the setup.py crashes while waiting for the user to press return:
The code handles one possible exception there, a
NameError
, but it misses theEOFError
. The following one-line patch allows the automatic build to proceed:I'm not sure if that's the best way to fix it, but it does work =)
Please try v0.6 branch and let me know if the problem still persists.
Also thank you for the patch, I'll review it as well.