summaryrefslogtreecommitdiffstats
path: root/git_refs.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_refs.py')
-rw-r--r--git_refs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git_refs.py b/git_refs.py
index bf7aa4a1..237c15ae 100644
--- a/git_refs.py
+++ b/git_refs.py
@@ -107,8 +107,6 @@ class GitRefs:
107 try: 107 try:
108 fd = open(path) 108 fd = open(path)
109 mtime = os.path.getmtime(path) 109 mtime = os.path.getmtime(path)
110 except IOError:
111 return
112 except OSError: 110 except OSError:
113 return 111 return
114 try: 112 try: