File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 609
609
" Creates a separate database containing homology data.
610
610
URL should be the `main` database URL (e.g datomic:free://localhost:4334/WS274)."
611
611
[& {:keys [url models-filename acedump-dir log-dir homol-log-dir verbose]
612
- :or {verbose false }}]q
612
+ :or {verbose false }}]
613
613
(let [homol-url (homol-db-url url)
614
- now (to-date (ct/now )]
614
+ now (to-date (ct/now )) ]
615
615
(create-helper-database :url url :models-filename models-filename :verbose verbose)
616
616
(import-helper-edn-logs :url url :log-dir log-dir :verbose verbose)
617
617
(create-homol-database :url homol-url :models-filename models-filename :verbose verbose)
Original file line number Diff line number Diff line change 825
825
{nil (constantly " 1977-01-01_01:01:01_nil" )
826
826
" original" (constantly " 1970-01-02_01:01:01_original" )
827
827
" patch" (fn [] (str (format-ace-date (ctc/now )) " patch" ))
828
- " homology" #(str (format-ace-data (ctc/now ) " homology" ))})
828
+ " homology" #(str (format-ace-date (ctc/now ) " homology" ))})
829
829
830
830
(defn clean-log-keys [log]
831
831
(into {} (for [[k v] log]
You can’t perform that action at this time.
0 commit comments