try:
keywords = package.environment("KEYWORDS").split()
except KeyError as error:
- print ("!!! Portpeek caught Exception:", error)
+ print ("!!! Portpeek caught Exception:" + format(error))
print ("!!! This package/version seems to be no longer available, " + \
"please check and update/unmerge it")
return "Not Available/Deprecated"
fileinput.close()
except OSError as error:
- print (portage.output.red("Modify/Read access to file: " + filename + " failed: ") ,error)
+ print (portage.output.red("Modify/Read access to file: " + filename + " failed: " + format(error)))
if (len(useremove_display) > 0):
print (portage.output.red("\n" + useremove_display))
print (line)
fileinput.close()
except OSError as error:
- print (portage.output.red("Modify/Read access to file: " + filename + " failed: ") ,error)
+ print (portage.output.red("Modify/Read access to file: " + filename + " failed: " + format(error)))
if (len(removed_list) > 0):
print ("\n")