[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master 12/16] Actually add a seperator to our --tags-from-file input.



Signed-off-by: Chris Lamb <lamby@debian.org>
---
 daklib/queue.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/daklib/queue.py b/daklib/queue.py
index 35b85a7..efa4eab 100755
--- a/daklib/queue.py
+++ b/daklib/queue.py
@@ -1232,7 +1232,7 @@ class Upload(object):
         temptagfile = os.fdopen(fd, 'w')
         for tagtype in lintiantags:
             for tag in lintiantags[tagtype]:
-                temptagfile.write(tag)
+                temptagfile.write("%s\n" % tag)
                 tags.add(tag)
         temptagfile.close()
 
-- 
1.6.3.3



Reply to: