openClientDatabase inside clientUpdatePackagesData() should always have OutputInterface = self

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1405 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-03-05 00:51:32 +00:00
parent 75955a9019
commit 55a742e015
+1 -1
View File
@@ -439,7 +439,7 @@ class etpDatabase:
doRescan = True
try:
clientDbconn = openClientDatabase(xcache = False, indexing = False)
clientDbconn = openClientDatabase(xcache = False, indexing = False, OutputInterface = self)
except exceptionTools.SystemDatabaseError:
return # don't run anything for goodness' sake