Update
This commit is contained in:
@@ -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", ";")
|
||||
|
||||
Reference in New Issue
Block a user