Commit a4b42ce
committed
Do not throw exception when Config.__init__() failed
Config.__init__() does not always set self._config, which can cause
trouble during __del__(). This avoids seemingly spurious and not
really helpful exceptions.
Fixes libgit2#9161 parent e187843 commit a4b42ce
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
0 commit comments