in tsqa/configs.py [0:0]
def add_line(self, line): if not line.endswith('\n'): line += '\n' self.contents += line