Entropy/*:
- use print_traceback instead of printTraceback function (deprecated) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@3181 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -358,7 +358,7 @@ def update(options):
|
||||
try:
|
||||
Entropy.quickpkg(x[0],Entropy.get_local_store_directory())
|
||||
except OSError:
|
||||
Entropy.entropyTools.printTraceback()
|
||||
Entropy.entropyTools.print_traceback()
|
||||
print_info(brown(" !!! ")+bold("%s..." % (_("Ignoring broken Spm entry, please recompile it"),) ))
|
||||
|
||||
tbz2files = os.listdir(Entropy.get_local_store_directory())
|
||||
|
||||
Reference in New Issue
Block a user