This commit is contained in:
2021-04-28 09:29:19 +02:00
parent 84e20e54cc
commit a9f0de27e6
1030 changed files with 14567 additions and 227310 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ STAT_COLUMN_NAMES = ["Command","Args","Source","Start","End","Background","Resul
def get_stats_connection():
global stmt
Class.forName("org.relique.jdbc.csv.CsvDriver");
db = os.path.abspath(get_context().setup.expandPath("{home}/statistics"))
db = os.path.abspath(expand_path("{home}/statistics"))
props = Properties()
props.put("fileExtension", ".csv")
props.put("separator", ";")