Skip to content

gui python script extensions are written as string when they should be boolean #1306

@doutriaux1

Description

@doutriaux1

b=x.createboxfill()
b.ext_1 # is stored in VisTraisl python script as 'False' were it should be False

I think VisTrails input prots need to be updated to reflect that they are boolean.

Note: b.ext_1 = "y" is valid, user can send "y",1,True

But it is stored internally as True

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions