mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-17 09:51:28 +00:00
Fix indentation.
This commit is contained in:
parent
e8b3a18c45
commit
3a91cf964d
2
bitesize
2
bitesize
@ -73,7 +73,7 @@ def main():
|
|||||||
except HTTPError, error:
|
except HTTPError, error:
|
||||||
if error.response.status == 401:
|
if error.response.status == 401:
|
||||||
error_out("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
|
||||||
if 'bitesize' in bug.tags:
|
if 'bitesize' in bug.tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user