Closed GladB closed 5 years ago
It looks like the hard-coded paths in utils/high_volubility.py are not up to date anymore, eg line 135, 137 and 141 with tools/ instead of utils/
tools/
utils/
cmd = ['tools/{}.sh'.format(diar), '{}'.format(temp_rel)]
edit: actually the tools that are used here were moved to launcher/, so it would mean replace tools/by launcher/
launcher/
Thanks Gladys ! Indeed, this scripts needs an update !
It looks like the hard-coded paths in utils/high_volubility.py are not up to date anymore, eg line 135, 137 and 141 with
tools/
instead ofutils/
cmd = ['tools/{}.sh'.format(diar), '{}'.format(temp_rel)]
edit: actually the tools that are used here were moved to
launcher/
, so it would mean replacetools/
bylauncher/