Entropy/PackageInterface:
- fix entropyTools attribute path git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2237 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -4375,7 +4375,7 @@ class PackageInterface:
|
||||
f.close()
|
||||
shutil.move(world_file_tmp,world_file)
|
||||
except (UnicodeDecodeError,UnicodeEncodeError), e:
|
||||
self.entropyTools.printTraceback(f = self.Entropy.clientLog)
|
||||
self.Entropy.entropyTools.printTraceback(f = self.Entropy.clientLog)
|
||||
mytxt = brown(_("Cannot update Portage world file, destination %s is corrupted.") % (world_file,))
|
||||
self.Entropy.updateProgress(
|
||||
red("QA: ")+mytxt+": "+unicode(e),
|
||||
|
||||
Reference in New Issue
Block a user