- added the whitelist parser
- fixed a bug in addPackage git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1259 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -767,7 +767,7 @@ class etpDatabase:
|
||||
for mylicense in mylicenses:
|
||||
found = self.isLicensedataKeyAvailable(mylicense)
|
||||
if not found:
|
||||
text = mylicenses[mylicense]
|
||||
text = etpData['licensedata'][mylicense]
|
||||
self.cursor.execute(
|
||||
'INSERT into licensedata VALUES '
|
||||
'(?,?,?)'
|
||||
|
||||
Reference in New Issue
Block a user