Fixed flake8 detail
This commit is contained in:
parent
f4d6568753
commit
1d1abf0ce4
|
|
@ -156,7 +156,7 @@ class PcbDrawOptions(VariantOptions):
|
|||
def config(self, parent):
|
||||
# Pre-parse the bottom option
|
||||
if 'bottom' in self._tree:
|
||||
bot = self._tree['bottom']
|
||||
bot = self._tree['bottom']
|
||||
if isinstance(bot, bool):
|
||||
self.bottom = bot
|
||||
super().config(parent)
|
||||
|
|
|
|||
Loading…
Reference in New Issue