Skip to content

CallFunctions params no correctly resolved #3

Description

@simplicbe

In this part of the dlr:

public dynamic CallFunction(string name, params object[] parameter)
 {
     var method = GetVariable(name);
     return method(parameter);
}

The object array is passed to the python function as an array and not single parameter. This problem occured in Simplic.Logistics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions