From 4c0f6e2273467010ab3716509b8ae3fe0050b6f2 Mon Sep 17 00:00:00 2001 From: tangxifan Date: Tue, 12 Dec 2023 13:14:47 -0800 Subject: [PATCH] [script] syntax --- openfpga_flow/scripts/run_fpga_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfpga_flow/scripts/run_fpga_flow.py b/openfpga_flow/scripts/run_fpga_flow.py index a4ec7ea8a..65ddcfeef 100644 --- a/openfpga_flow/scripts/run_fpga_flow.py +++ b/openfpga_flow/scripts/run_fpga_flow.py @@ -399,7 +399,7 @@ def check_required_file(default_tool_path): """Function ensure existace of all required files for the script""" files_dict = { "CAD TOOL PATH": default_tool_path - ), + , } for filename, filepath in files_dict.items(): if not os.path.isfile(filepath):