- more strings updated; finished the Romanian translation update

This commit is contained in:
Marius Stanciu
2019-12-14 00:04:52 +02:00
committed by Marius
parent e397e26484
commit 1517686ced
8 changed files with 297 additions and 463 deletions

View File

@@ -401,7 +401,7 @@ class HPGL2:
except Exception as err:
ex_type, ex, tb = sys.exc_info()
traceback.print_tb(tb)
# print traceback.format_exc()
print(traceback.format_exc())
log.error("HPGL2 PARSING FAILED. Line %d: %s" % (line_num, gline))