commit | b1d1fd778d5d3d3217023df8b428c5b7fa22a337 | [log] [tgz] |
---|---|---|
author | Anthony King <anthonydking@slimroms.net> | Wed Jun 03 17:02:26 2015 +0100 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Jun 04 00:22:23 2015 +0000 |
tree | a26fa0c97b6e1f11cc09b2bc0c79a33cf392e4f4 | |
parent | be4456cf249f29371eef41bed4e15f6d3c1a2cc0 [diff] [blame] |
git_config: fix _SaveJson typo Change-Id: I35ca2b3733e6d1508669f9a6690c6645c582912e
diff --git a/git_config.py b/git_config.py index c4c31e1..8ded7c2 100644 --- a/git_config.py +++ b/git_config.py
@@ -280,7 +280,7 @@ finally: fd.close() except (IOError, TypeError): - if os.path.exists(self.json): + if os.path.exists(self._json): os.remove(self._json) def _ReadGit(self):