This commit is contained in:
Oleg Sheynin 2024-07-23 11:49:15 -04:00
parent f18f6ced42
commit 73677b679a

View File

@ -80,7 +80,8 @@ run_proc() {
Cmd="${Python} ${PyScript}" Cmd="${Python} ${PyScript}"
Cmd="${Cmd} --config=${Config}" Cmd="${Cmd} --config=${Config}"
Cmd="${Cmd} --output_dir=${OutputDir}/${Start:0:4}" # Cmd="${Cmd} --output_dir=${OutputDir}/${Start:0:4}"
Cmd="${Cmd} --output_dir=${OutputDir}"
Cmd="${Cmd} --instruments=ALPACA:${Inst}" Cmd="${Cmd} --instruments=ALPACA:${Inst}"
Cmd="${Cmd} --start=${Start}" Cmd="${Cmd} --start=${Start}"
if [ "${End}" != "" ]; then if [ "${End}" != "" ]; then