VUIIS / dax

Distributed Automation for XNAT
MIT License
25 stars 24 forks source link

-f option ignored with XnatSwitchProcessStatus --restart #421

Open baxpr opened 1 year ago

baxpr commented 1 year ago
XnatSwitchProcessStatus -p GenFac_HWZ --sess 142514 -f COMPLETE -t all --restart

Actual behavior: There were 16 COMPLETE assessors, but this command restarted all 27 assessors in the session. The others had status NEED_INPUTS in this case.

Expected behavior: Either restart only the COMPLETE assessors as specified, or error out stating that -f cannot be used with --restart

baxpr commented 1 year ago

related: https://github.com/VUIIS/dax/pull/428