eclipse / gemoc-studio-execution-ale

Gemoc studio execution ale
0 stars 7 forks source link

Fix: remove self from step parameters #58

Closed ebousse closed 1 year ago

ebousse commented 1 year ago

Description

ALE currently considers that the caller object is always part of the list of parameters of an execution step, while it should only be the caller object and not a parameter.

This PR fixes this problem by removing self from the list of parameters provided to the execution step.