diff --git a/py-scripts/tools/lf_qa.py b/py-scripts/tools/lf_qa.py index f98dd4e3..dd78c993 100755 --- a/py-scripts/tools/lf_qa.py +++ b/py-scripts/tools/lf_qa.py @@ -254,7 +254,8 @@ class csv_sqlite_dash(): try: self.df.to_sql(self.table,self.conn,if_exists='append') except: - print("attempt to append to database with different column layout, casused exception, input new name --database ") + print("attempt to append to database with different column layout, caused an exception, input new name --database ") + print("Error attempt to append to database with different column layout, caused an exception, input new name --database ", file=sys.stderr) exit(1) self.conn.close()