Fix indentation.

This commit is contained in:
Benjamin Drung 2011-05-23 23:41:30 +02:00
parent e8b3a18c45
commit 3a91cf964d

View File

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