From ab6bb331fdd051b3e98f21a3277d4b1705e9f07e Mon Sep 17 00:00:00 2001 From: Gwenhael Goavec-Merou Date: Sat, 29 Oct 2022 09:08:19 +0200 Subject: [PATCH] build/generic_toolchain: space before = --- litex/build/generic_toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/build/generic_toolchain.py b/litex/build/generic_toolchain.py index 998f66576..2728bc333 100644 --- a/litex/build/generic_toolchain.py +++ b/litex/build/generic_toolchain.py @@ -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 = []