delete IFS
This commit is contained in:
parent
f57b155cdb
commit
853ac33e87
|
@ -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]}")
|
||||
|
|
Loading…
Reference in New Issue