This commit is contained in:
Oleg Sheynin 2024-03-28 09:53:52 -04:00
parent 4873af1673
commit 9de86bf3e3
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.6.9
0.7.1

View File

@ -55,7 +55,7 @@ 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