From: Zac Medico Date: Sat, 15 Aug 2009 08:20:31 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc39~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=09e73391cdbcfebe93375fb964f96e2608fcee48;p=portage.git Fix typo. svn path=/main/trunk/; revision=14064 --- diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c75bb086b..d38d2c3f7 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -8214,7 +8214,7 @@ def getmaskingstatus(mycpv, settings=None, portdb=None): msg.append("properties") rValue.append(" ".join(msg)) except portage.exception.InvalidDependString, e: - rValue.append("PROPERTIES: "+srt(e)) + rValue.append("PROPERTIES: "+str(e)) # Only show KEYWORDS masks for installed packages # if they're not masked for any other reason.