mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-07-28 07:11:36 +00:00
parent
bafe94c5c7
commit
2720ffa12a
@ -117,6 +117,8 @@ def main():
|
|||||||
|
|
||||||
description = ('Imported from Debian bug http://bugs.debian.org/%d:\n\n%s' %
|
description = ('Imported from Debian bug http://bugs.debian.org/%d:\n\n%s' %
|
||||||
(bug_num, summary))
|
(bug_num, summary))
|
||||||
|
# LP limits descriptions to 50K chars
|
||||||
|
description = (description[:49994] + ' [...]') if len(description) > 50000 else description
|
||||||
|
|
||||||
Logger.debug('Target: %s' % target)
|
Logger.debug('Target: %s' % target)
|
||||||
Logger.debug('Subject: %s' % subject)
|
Logger.debug('Subject: %s' % subject)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user