Re: Pre-commit hook ignoring rc

2016-11-04 Thread Peter Kronenberg
Thanks to Murphy's law, after spending the afternoon trying to figure out what was wrong, I found the problem about 5 minutes after posting this email. User error:-) On Nov 4, 2016 4:30 AM, "Pierre-Yves David" wrote: > > > On 11/03/2016 07:45 PM, Peter Kronenberg

Re: Pre-commit hook ignoring rc

2016-11-04 Thread Pierre-Yves David
On 11/03/2016 07:45 PM, Peter Kronenberg wrote: I've got a pre-commit hook written in Python that's been working ok, but all of a sudden seems to be ignoring the return value. I return True if I don't want to commit to proceed. But it's committing anyway. Running 3.9.2. Has anything

Pre-commit hook ignoring rc

2016-11-03 Thread Peter Kronenberg
I've got a pre-commit hook written in Python that's been working ok, but all of a sudden seems to be ignoring the return value. I return True if I don't want to commit to proceed. But it's committing anyway. Running 3.9.2. Has anything changed recently? Peter