summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ce324ff)
Signed-off-by: Chris Lamb <lamby@debian.org>
temptagfile = os.fdopen(fd, 'w')
for tagtype in lintiantags:
for tag in lintiantags[tagtype]:
temptagfile = os.fdopen(fd, 'w')
for tagtype in lintiantags:
for tag in lintiantags[tagtype]:
+ temptagfile.write("%s\n" % tag)
tags.add(tag)
temptagfile.close()
tags.add(tag)
temptagfile.close()