build/argument_parser: Minor styles changes.
This commit is contained in:
parent
8040c83268
commit
c62306d57e
|
@ -147,8 +147,7 @@ class LiteXArgumentParser(argparse.ArgumentParser):
|
|||
|
||||
# Intercept selected toolchain to fill arguments.
|
||||
if self._platform is not None:
|
||||
self._toolchain = self.get_value_from_key("--toolchain",
|
||||
self._default_toolchain)
|
||||
self._toolchain = self.get_value_from_key("--toolchain", self._default_toolchain)
|
||||
if self._toolchain is not None:
|
||||
self._platform.fill_args(self._toolchain, self)
|
||||
|
||||
|
|
Loading…
Reference in New Issue