You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to trace arc90/git-sweep#29 and trace just a single call, but GitPython only allows to control debug output with environment options, which is inconvenient.
The text was updated successfully, but these errors were encountered:
You can still set this variable, but will have to do that through the type. Doing it through an instance will try to create a new instance variable and fail thanks to slots.
For example:
Just for the reference - I went down to my site-packages and removed __slots__ definition manually from installed GitPython. That appeared to be the fastest way to fix things.
I want to trace arc90/git-sweep#29 and trace just a single call, but GitPython only allows to control debug output with environment options, which is inconvenient.
The text was updated successfully, but these errors were encountered: