Fixed QR_lib output when no corresponding pre-flight is used

This commit is contained in:
Salvador E. Tropea 2022-04-29 08:56:26 -03:00
parent 5b637d265e
commit f3f7517a7f
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class QRCodeOptions(Optionable):
self.pcb_negative = False
""" Generate a negative image for the PCB """
self._unkown_is_error = True
self._update_mode = False
def config(self, parent):
super().config(parent)
@ -531,3 +530,4 @@ class QR_Lib(BaseOutput): # noqa: F821
self.options = QR_LibOptions
""" [dict] Options for the `boardview` output """
self._both_related = True
self._update_mode = False