[script] syntax

This commit is contained in:
tangxifan 2023-12-12 13:14:47 -08:00
parent e753e6d22c
commit 4c0f6e2273
1 changed files with 1 additions and 1 deletions

View File

@ -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):