Show More
@@ -548,7 +548,7 def runmember(context, mapping, data): | |||
|
548 | 548 | if sym: |
|
549 | 549 | raise error.ParseError(_("keyword '%s' has no member") % sym) |
|
550 | 550 | else: |
|
551 | raise error.ParseError(_("%r has no member") % d) | |
|
551 | raise error.ParseError(_("%r has no member") % pycompat.bytestr(d)) | |
|
552 | 552 | |
|
553 | 553 | def buildnegate(exp, context): |
|
554 | 554 | arg = compileexp(exp[1], context, exprmethods) |
General Comments 0
You need to be logged in to leave comments.
Login now