52
52
# Still in the header - dump content straight to output
56
59
def open_topic_file(out_file, out_dir, release):
57
60
topic_name = release.replace(' ', '-')
59
62
topic_path = os.path.join(out_dir, "%s.txt" % (topic_name,))
60
63
result = open(topic_path, 'w')
61
64
result.write("%s\n" % (release,))