/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to processors/generic_processor.py

switch on experimental mode by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
        inv_vf.enable_cache()
171
171
 
172
172
    def _load_info_and_params(self):
173
 
        self._experimental = self.params.get('experimental', False)
 
173
        self._experimental = bool(self.params.get('experimental', False))
174
174
 
175
175
        # This is currently hard-coded but might be configurable via
176
176
        # parameters one day if that's needed