mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-31 18:41:36 +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:
|
||||
raise e
|
||||
if not can_upload:
|
||||
print >> sys.stderr, ("E: Sorry, you are not allowed to "
|
||||
'upload package "%s" to %s.' % (package, dist))
|
||||
print >> sys.stderr, ("E: Sorry, you are not allowed to upload "
|
||||
'package "%s" to %s.' % (package, dist))
|
||||
sys.exit(UPLOAD_NOT_PERMITTED)
|
||||
|
||||
if task.assignee == None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user