Fixed flake8 detail

This commit is contained in:
Salvador E. Tropea 2022-01-17 18:09:41 -03:00
parent f4d6568753
commit 1d1abf0ce4
1 changed files with 1 additions and 1 deletions

View File

@ -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)