mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +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]]
|
bug = launchpad.bugs[args[0]]
|
||||||
except HTTPError, error:
|
except HTTPError, error:
|
||||||
if error.response.status == 401:
|
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))
|
(args[0], error.content))
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
Loading…
x
Reference in New Issue
Block a user