Compare commits

...

3 Commits

Author SHA1 Message Date
oleg fce17db6ec progress 2024-04-10 12:48:20 -04:00
oleg ed43a900a2 progress 2024-04-09 09:41:37 -04:00
oleg 9de86bf3e3 progress 2024-03-28 09:53:52 -04:00
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
0.6.9
0.7.3
+3 -2
View File
@@ -55,13 +55,14 @@ run_proc() {
Cmd="${Python} ${PyScript}"
Cmd="${Cmd} --config=${Config}"
Cmd="${Cmd} --output_dir=${OutputDir}"
Cmd="${Cmd} --output_dir=${OutputDir}/${Start:0:4}"
Cmd="${Cmd} --instruments=ALPACA:${Inst}"
Cmd="${Cmd} --start=${Start}"
if [ "${End}" != "" ]; then
Cmd="${Cmd} --end=${End}"
fi
Cmd="${Cmd} --log_file=${LogDir}/${Start}.${Inst}.log"
Cmd="${Cmd} --log_file=${LogDir}/${Inst}.log"
Cmd="${Cmd} --log_level=WARNING"
echo ${Cmd}
eval ${Cmd}
}
+1 -1
View File
@@ -152,4 +152,4 @@ done
cd ${HOME}
rm -rf ${tmp_dir}
echo $0 Done
echo "$0 Done ${project} ${release_version}"