Diff objects not showing file changes #1506
Unanswered
stacey-gammon
asked this question in
Q&A
Replies: 1 comment
-
You could probably debug this by setting the GIT_PYTHON_TRACE environment variable. As I always have been confused by this API myself I wouldn't be able to tell what's wrong just by looking at it either, and it's definitely easy to get it wrong or to get unintended results. I will convert this into a discussion in case we get down to the source of the problem, or we create an issue from there once it's clear it's a bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use this library to get the file changes by looking at
diff.diff
, but it's not working, while running what I think is the same command via a subprocess, works.Code:
Output (with some omiting of info) is:
Any ideas what is going on here and why the two results are different?
Beta Was this translation helpful? Give feedback.
All reactions