Keck-DataReductionPipelines / KCWI_DRP

KCWI python DRP
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

Action Planner fails every time #64

Closed MNBrod closed 3 years ago

MNBrod commented 3 years ago

Because action planner has no return value (implicitly returning None), the framework always thinks the step failed.

lucarizzi commented 3 years ago

This is also fixed by merging the Issue67 branch. It was as simple as adding "return True" at the end of the action_planner event.