mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/generic_toolchain: space before =
This commit is contained in:
parent
2086cced22
commit
ab6bb331fd
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class GenericToolchain:
|
|||
from edalize import get_edatool
|
||||
|
||||
# Get tool name and options
|
||||
(tool, tool_options)= self.get_tool_options()
|
||||
(tool, tool_options) = self.get_tool_options()
|
||||
|
||||
# Files list
|
||||
files = []
|
||||
|
|
Loading…
Reference in a new issue