Skip to content

Commit

Permalink
Rename a variable to reveal our shadowed underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
dafrito committed Aug 20, 2010
1 parent 463d721 commit 74df012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/github.py
Expand Up @@ -78,7 +78,7 @@ def _upgrade_db(self, db):

try:
from trac.db import DatabaseManager
db_backend, _ = DatabaseManager(self.env)._get_connector()
db_backend, ignored = DatabaseManager(self.env)._get_connector()
except ImportError:
db_backend = self.env.get_db_cnx()

Expand Down

0 comments on commit 74df012

Please sign in to comment.