build/generic_toolchain: space before =
This commit is contained in:
parent
2086cced22
commit
ab6bb331fd
|
@ -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 New Issue