Skip to content

Fix exception in TaurusModelChooser.getListedModels()

Carlos Pascual requested to merge github/fork/cpascual/fix-997 into develop

TaurusModelChooser.getListedModels raises an exception under python3 due to awrong usage of str instead of bytes. This is an oversight from #886.

Thanks to Pierre Héricourt for spotting and suggesting the fix.

Fixes #997 (closed)

Merge request reports