mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-19 12:51:29 +00:00
ack-sync: Convert to PEP8.
This commit is contained in:
parent
30df1c0ec8
commit
f6335cf993
4
ack-sync
4
ack-sync
@ -224,8 +224,8 @@ def main(bug_numbers, all_package, all_version, all_section, update,
|
|||||||
else:
|
else:
|
||||||
raise e
|
raise e
|
||||||
if not can_upload:
|
if not can_upload:
|
||||||
print >> sys.stderr, ("E: Sorry, you are not allowed to "
|
print >> sys.stderr, ("E: Sorry, you are not allowed to upload "
|
||||||
'upload package "%s" to %s.' % (package, dist))
|
'package "%s" to %s.' % (package, dist))
|
||||||
sys.exit(UPLOAD_NOT_PERMITTED)
|
sys.exit(UPLOAD_NOT_PERMITTED)
|
||||||
|
|
||||||
if task.assignee == None:
|
if task.assignee == None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user