Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
doutriaux1 opened this issue May 11, 2015 · 5 comments
Assignees
Milestone

Comments

@doutriaux1
Copy link
Contributor

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

@durack1
Copy link
Member

durack1 commented May 11, 2015

@doutriaux1 just added the "bug" label to hopefully reduce editing for the auto-gen release notes from @chaosphere2112

@remram44
Copy link
Contributor

The port is currently String, so if you changed it, you just have to reflect it there.

@vvpalav
Copy link

vvpalav commented May 11, 2015

What about this one: here

@vvpalav
Copy link

vvpalav commented May 11, 2015

Changed ports in uvcdat_cdms/init.py .. pull request: CDAT/VisTrails#45

@doutriaux1
Copy link
Contributor Author

still broken removed gatekeeper label

@vvpalav vvpalav closed this as completed May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants