mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
remove 'E:', not needed
This commit is contained in:
parent
f8abc5b881
commit
4e8a631483
2
bitesize
2
bitesize
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user