[Pkg-python-debian-commits] r68 trunk: Fix a rotten typo

John Wright john at movingsucks.org
Fri Jul 20 22:45:46 UTC 2007


------------------------------------------------------------
revno: 68
committer: John Wright <john at movingsucks.org>
branch nick: trunk
timestamp: Fri 2007-07-20 16:45:46 -0600
message:
  Fix a rotten typo
modified:
  debian_bundle/deb822.py
-------------- next part --------------
=== modified file 'debian_bundle/deb822.py'
--- a/debian_bundle/deb822.py	2007-07-20 22:29:35 +0000
+++ b/debian_bundle/deb822.py	2007-07-20 22:45:46 +0000
@@ -268,7 +268,7 @@
             if value[0] == '\n':
                 # Avoid trailing whitespace after "Field:" if it's on its own
                 # line
-                fd.write('%s:%s' % (key, value))
+                fd.write('%s:%s\n' % (key, value))
             else:
                 fd.write('%s: %s\n' % (key, value))
         if return_string:



More information about the pkg-python-debian-commits mailing list