git_config: fix _SaveJson typo
Change-Id: I35ca2b3733e6d1508669f9a6690c6645c582912e
This commit is contained in:
parent
be4456cf24
commit
b1d1fd778d
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ class GitConfig(object):
|
||||||
finally:
|
finally:
|
||||||
fd.close()
|
fd.close()
|
||||||
except (IOError, TypeError):
|
except (IOError, TypeError):
|
||||||
if os.path.exists(self.json):
|
if os.path.exists(self._json):
|
||||||
os.remove(self._json)
|
os.remove(self._json)
|
||||||
|
|
||||||
def _ReadGit(self):
|
def _ReadGit(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue