diff options
author | Chris Ball <cjb@laptop.org> | 2009-06-26 16:16:10 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2009-06-26 16:16:10 -0400 |
commit | acf7b0cc492142ef0bbf1c04aed652a53caf7fe1 (patch) | |
tree | 83caecf530df36cc9f88bd94373b0fea0129b979 /libbe/bug.py | |
parent | 34b2884112e3c3ca0cc0ac83df68c66f6b2729c4 (diff) | |
parent | 97aeb18b20f901950da0355471fdc17055f3f4a8 (diff) | |
download | bugseverywhere-acf7b0cc492142ef0bbf1c04aed652a53caf7fe1.tar.gz |
Merge with W. Trevor King's tree, which allows attaching binary files to bugs.
Diffstat (limited to 'libbe/bug.py')
-rw-r--r-- | libbe/bug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py index 28f5253..4f297f9 100644 --- a/libbe/bug.py +++ b/libbe/bug.py @@ -288,7 +288,7 @@ class Bug(settings_object.SavedSettingsObject): if show_comments == True: comout = self.comment_root.xml_thread(auto_name_map=True, bug_shortname=shortname) - ret += comout + ret += comout+'\n' ret += '</bug>' return ret |