Gavin Soebiantoro

Results 1 issues of Gavin Soebiantoro

I think there might be a small bug in the step attributes when using empty lists as defaults. ``` python class CustomStepDecorator(StepDecorator): defaults = {"libraries": []} def get_deps(self): step_deps =...