[script] syntax
This commit is contained in:
parent
e753e6d22c
commit
4c0f6e2273
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue