diff options
Diffstat (limited to 'git_refs.py')
-rw-r--r-- | git_refs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_refs.py b/git_refs.py index 58c838a6..7feaffb1 100644 --- a/git_refs.py +++ b/git_refs.py | |||
@@ -139,7 +139,7 @@ class GitRefs(object): | |||
139 | 139 | ||
140 | def _ReadLoose1(self, path, name): | 140 | def _ReadLoose1(self, path, name): |
141 | try: | 141 | try: |
142 | fd = open(path, 'rb') | 142 | fd = open(path) |
143 | except IOError: | 143 | except IOError: |
144 | return | 144 | return |
145 | 145 | ||