Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork966
Commitb6e3ad2
committed
Don't bind unused _assertion_msg_format
The _assertion_msg_format module attribute (global variable) ofgit.objects.base was formerly used in an assertion check that hassince been commented out but not completely removed.It may be that both it and the commented-out code that uses itshould simply be removed (they will be in the git history, afterall), but this change just brings them in line by also commentingout the variable.1 parent29443ce commitb6e3ad2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments
Comments
(0)