We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c41d9 commit a0e6ea4Copy full SHA for a0e6ea4
1 file changed
code/processes/tickerlogreplay.q
@@ -107,6 +107,7 @@ if[partandmerge and sortafterreplay;(sortafterreplay:0b; .lg.o[`replayinit;"Sett
107
\d .replay
108
109
.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];
111
112
// the path to the table to save
113
pathtotable:{[h;p;t] `$(string .Q.par[h;partitiontype$p;t]),"/"}
0 commit comments