diff options
Diffstat (limited to 'org/output_sqlite_discrete.org')
-rw-r--r-- | org/output_sqlite_discrete.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/output_sqlite_discrete.org b/org/output_sqlite_discrete.org index 957b6e8..056e691 100644 --- a/org/output_sqlite_discrete.org +++ b/org/output_sqlite_discrete.org @@ -466,7 +466,7 @@ auto html_table(O)( #+name: sqlite_db_initialize #+BEGIN_SRC d -auto pth_sqlite = SiSUpathsSQLiteDiscrete!()(doc_matters.src_path_info, doc_matters.language); +auto pth_sqlite = SiSUpathsSQLiteDiscrete!()(doc_matters.output_path, doc_matters.language); auto db = Database(pth_sqlite.sqlite_file(doc_matters.source_filename)); // auto db = Database(":memory:"); // open database in memory db.run(" |