build/generic_toolchain: space before =

This commit is contained in:
Gwenhael Goavec-Merou 2022-10-29 09:08:19 +02:00
parent 2086cced22
commit ab6bb331fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []