gentoo
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
886df2e
)
Fix typo.
author
Robin H. Johnson
<robbat2@gentoo.org>
Fri, 8 Jul 2011 02:30:48 +0000
(
02:30
+0000)
committer
Robin H. Johnson
<robbat2@gentoo.org>
Fri, 8 Jul 2011 02:30:48 +0000
(
02:30
+0000)
dbgenerator/database.py
patch
|
blob
|
blame
|
history
diff --git
a/dbgenerator/database.py
b/dbgenerator/database.py
index
6698d90
..
f6f1a09
100644
(file)
--- a/
dbgenerator/database.py
+++ b/
dbgenerator/database.py
@@
-558,7
+558,7
@@
class SQLPackageDatabase(object):
if entries is not None:
current_schema = entries[0][0]
result = (current_schema == self.schema_version)
- detected_version = current_schema)
+ detected_version = current_schema
except IndexError:
pass
except self.db.OperationalError: