mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-24 17:31:09 +00:00
Fix encoding.
This commit is contained in:
parent
a8b6ad1d4f
commit
9e228e499b
1
ack-sync
Executable file → Normal file
1
ack-sync
Executable file → Normal file
@ -169,3 +169,4 @@ if __name__ == '__main__':
|
|||||||
print >> sys.stderr, "E: '%s' is not a valid bug number." % args[0]
|
print >> sys.stderr, "E: '%s' is not a valid bug number." % args[0]
|
||||||
sys.exit(COMMAND_LINE_SYNTAX_ERROR)
|
sys.exit(COMMAND_LINE_SYNTAX_ERROR)
|
||||||
main(bug_number, package, version, update, verbose, silent)
|
main(bug_number, package, version, update, verbose, silent)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user