remove 'E:', not needed

This commit is contained in:
Daniel Holbach 2011-05-23 17:29:32 +02:00
parent f8abc5b881
commit 4e8a631483

View File

@ -71,7 +71,7 @@ def main():
bug = launchpad.bugs[args[0]]
except HTTPError, error:
if error.response.status == 401:
error_out("E: Don't have enough permissions to access bug %s. %s" % \
error_out("Don't have enough permissions to access bug %s. %s" % \
(args[0], error.content))
else:
raise