- fixed a bug introduced by first mod today, when the selected object is of 'cncjob' kind.

This commit is contained in:
Marius Stanciu
2020-12-04 16:47:58 +02:00
committed by Marius Stanciu
parent e677a6592e
commit b023b79822
7 changed files with 16 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ class Film(AppTool):
self.ui.tf_object_combo.set_value(name)
self.ui.tf_box_combo.set_value(name)
except IndexError:
except Exception:
pass
def run(self, toggle=True):