delete IFS

This commit is contained in:
LDOUBLEV 2021-10-14 19:12:54 +08:00
parent f57b155cdb
commit 853ac33e87
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ fi
IFS=$'\n'
lines=(${dataline})
IFS=$'\n'
# The training params
model_name=$(func_parser_value "${lines[1]}")
python=$(func_parser_value "${lines[2]}")