diff --git a/tm_admin/generator.py b/tm_admin/generator.py index ce901303..21950f0e 100755 --- a/tm_admin/generator.py +++ b/tm_admin/generator.py @@ -366,7 +366,7 @@ def createSQLTable(self): # FIXME: for some reasons, this has extra characters at the end that break # the syntax - return out[:-3] + "\n" + return out + "\n" def main(): """This main function lets this class be run standalone by a bash script."""