Skip to content

Commit 1c20ca4

Browse files
committed
Merge pull request gitpython-developers#12 from schryer/master
Minor change to begin Python3 compatibility support.
2 parents aef9a45 + ef59e98 commit 1c20ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitdb/db/ref.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def _update_dbs_from_ref_file(self):
6868
db.databases()
6969
# END verification
7070
self._dbs.append(db)
71-
except Exception, e:
71+
except Exception as e:
7272
# ignore invalid paths or issues
7373
pass
7474
# END for each path to add

0 commit comments

Comments
 (0)