From 1d947b30342163b723c96db563967323535fef45 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 25 Oct 2012 12:23:11 +0900 Subject: Even more coding style cleanup Fixing some more pylint warnings: W1401: Anomalous backslash in string W0623: Redefining name 'name' from outer scope W0702: No exception type(s) specified E0102: name: function already defined line n Change-Id: I5afcdb4771ce210390a79981937806e30900a93c --- subcmds/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/sync.py') diff --git a/subcmds/sync.py b/subcmds/sync.py index d4637d0c..8e9477a3 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py @@ -696,7 +696,7 @@ class _FetchTimes(object): try: try: self._times = pickle.load(f) - except: + except IOError: try: os.remove(self._path) except OSError: -- cgit v1.2.3-54-g00ecf