thasso / pyjip

JIP Pipeline System
http://pyjip.readthedocs.org
Other
19 stars 8 forks source link

Option value assignment through options attributes is does not set the value #26

Closed thasso closed 10 years ago

thasso commented 10 years ago

options.name = "Test" does not work, but options['name'] = "test" and options['name'].set("Test") work as expected