We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef9a45 commit ef59e98Copy full SHA for ef59e98
gitdb/db/ref.py
@@ -68,7 +68,7 @@ def _update_dbs_from_ref_file(self):
68
db.databases()
69
# END verification
70
self._dbs.append(db)
71
- except Exception, e:
+ except Exception as e:
72
# ignore invalid paths or issues
73
pass
74
# END for each path to add
0 commit comments