fix etpDbStatus
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1672 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -93,6 +93,7 @@ class etpDatabase:
|
||||
def create_dbstatus_data(self):
|
||||
taint_file = self.ServiceInterface.get_local_database_taint_file()
|
||||
if not etpDbStatus.has_key(self.dbFile):
|
||||
etpDbStatus[self.dbFile] = {}
|
||||
etpDbStatus[self.dbFile]['tainted'] = False
|
||||
etpDbStatus[self.dbFile]['bumped'] = False
|
||||
if os.path.isfile(taint_file):
|
||||
|
||||
Reference in New Issue
Block a user