-
-
Notifications
You must be signed in to change notification settings - Fork 933
1.0.2: ValueError: I/O operation on closed file #383
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
Comments
ok - in my case it happens because existing repository already exists, so |
yeap:
quick bisect lead to b145de3 where it was introduced |
Thanks. Since no due date for 1.0.3 any idea when? ;-) |
'When it's worth it'™, or when a critical fix comes up. The first mentioned rule of thumb probably isn't too helpful, but that's how it was handled so far and thus rather accurately describes the status quo. |
10 min is indeed nice and short.. Usually it takes me longer with my projects since I also build/upload Debian packages etc. But for https://github.com/duecredit/duecredit at least as far as pypi goes and me not carrying about changelog yet, automated fully, so I just need to push commit with a release tag. Version string, pypi, everything is automatic. |
Thanks for sharing ! My setup isn't automated at all, so I have to suffer through that pypi web-site all the time. I know there is an auto-upload/publish feature, but last time I checked it wanted my credentials in clear-text on disk somewhere. Probably I have just abandoned the entire python package infrastructure, so all that's left in me is strongly disliking every bit of it. That said, I'd rather not get into the habit of adjusting my previous rules of thumb. |
ok -- I Can point for now back to master ... but then additional regression crept in -- stderr is no longer proxied to the user, so error message is just a cryptic exit code... Compare:
to previous version
|
So imho either GitCommandError msg should be improved or stderr came back ;) exit_code's are for computers and sysadmins, not for humans ;-) |
Good catch ! This should be fixed now. |
I'm a new user of GitPython, and now first issue I 'm having is this, wish it can be fixed asap |
@tomriddle1234 Have you tried it with the latest master ? The fix has already landed, but is not yet released on pypi. |
Just a quick report that I think I am observing this new behavior after upgrade (from e.g. 1.0.1+git137-gc8b8379) of GitPython to 1.0.2 on OSX and Linux:
anything obvious comes to mind?
The text was updated successfully, but these errors were encountered: