- various small fixes

This commit is contained in:
Marius
2019-12-03 16:26:53 +02:00
committed by Marius Stanciu
parent 685413209f
commit e971dc17ba
6 changed files with 28 additions and 15 deletions

View File

@@ -346,11 +346,11 @@ class FlatCAMObj(QtCore.QObject):
:type option: str
:return: None
"""
try:
self.options[option] = self.form_fields[option].get_value()
except KeyError:
self.app.log.warning("Failed to read option from field: %s" % option)
pass
# self.app.log.warning("Failed to read option from field: %s" % option)
def plot(self):
"""