Skip to content

controller window python syntax is not correct for multiple inputs #215

@jessdtate

Description

@jessdtate

tools that can accept multiple layers, like crop, transform, resample, flip/rotate, etc., have the wrong python syntax printed in the controller window. It is with the layerids input. it should be a single list of strings for the layer id. It currently reads:
crop(layerids=[[layer_0]],...);
when it should be:
crop(layerids=['layer_0'],...);

there are no problems with the other inputs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions