Closed marcverhagen closed 8 years ago
Do this inside of tarsqi.py and let it take over the functionailty of the ParameterMixin class. From then on, tarsqi.py (and others) will not get the parameters by
self.get_opt('source')
but by one of
self.parameters.get_opt('source') self.parameters.source
https://github.com/tarsqi/ttk/commit/856d4e95c2c01fcb30d0714247cae144824c46b3
Do this inside of tarsqi.py and let it take over the functionailty of the ParameterMixin class. From then on, tarsqi.py (and others) will not get the parameters by
self.get_opt('source')
but by one of
self.parameters.get_opt('source') self.parameters.source