Open efisher008 opened 4 months ago
No the function is supposed to return a None
value, but looking at it again now it makes more sense to return {}
instead which is iterable but contains nothing. If you are able please change both return None
to return {}
in the cedaproc
version and I will keep this issue in mind for when I get to update the main branch in the future.
This error was returned when running the command:
python group_run.py scan ellie-test-wv
detail
is set in/gws/nopw/j04/cedaproc/padocc/pipeline/allocate.py
within theassemble_allocations()
function:get_proj_file()
is defined in the scriptutils.py
:It looks as though a None type object was possibly returned by
get_prof_file()
because there were issues with running the function. Is there supposed to be an existing file 'detail-cfg.json' for the proj_file argument in the working directory?