Skip to content

Commit a0e6ea4

Browse files
Fix: default tempdir to be an hsym in tickerlogreplay.q (#709)
* Fix: default tempdir to be an hsym * modified hsym from tempdir
1 parent 79c41d9 commit a0e6ea4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

code/processes/tickerlogreplay.q

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ if[partandmerge and sortafterreplay;(sortafterreplay:0b; .lg.o[`replayinit;"Sett
107107
\d .replay
108108

109109
.lg.o[`replayinit;"hdb directory is set to ",string hdbdir:hsym hdbdir];
110+
.lg.o[`replayinit;"tempdir directory is set to ",string tempdir:hsym tempdir];
110111

111112
// the path to the table to save
112113
pathtotable:{[h;p;t] `$(string .Q.par[h;partitiontype$p;t]),"/"}

0 commit comments

Comments
 (0)