diff options
-rw-r--r-- | git_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_config.py b/git_config.py index c4c31e18..8ded7c25 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -280,7 +280,7 @@ class GitConfig(object): | |||
280 | finally: | 280 | finally: |
281 | fd.close() | 281 | fd.close() |
282 | except (IOError, TypeError): | 282 | except (IOError, TypeError): |
283 | if os.path.exists(self.json): | 283 | if os.path.exists(self._json): |
284 | os.remove(self._json) | 284 | os.remove(self._json) |
285 | 285 | ||
286 | def _ReadGit(self): | 286 | def _ReadGit(self): |