[entropy.db] always return dict on retrieveBranchMigration

This commit is contained in:
Fabio Erculiani
2009-08-23 22:12:08 +02:00
parent f1d67c2e37
commit 9fca54466c
+1 -1
View File
@@ -6988,7 +6988,7 @@ class EntropyRepository:
@rtype: dict
"""
if not self._doesTableExist('entropy_branch_migration'):
return None
return {}
cur = self.cursor.execute("""
SELECT repository, from_branch, post_migration_md5sum,