mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Fix typo in bracket
This commit is contained in:
@@ -31,7 +31,7 @@ a = Analysis(['run.py'],
|
||||
datas=[(spyder_data, 'spyder'),
|
||||
(occt_dir, 'opencascade'),
|
||||
(cqw_path, 'cq_warehouse'),
|
||||
(cq_path, 'cadquery')],
|
||||
(cq_path, 'cadquery'),
|
||||
(cqe_path, 'cq-editor')] +
|
||||
[(p, 'parso/python') for p in parso_grammar] + datas1,
|
||||
hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all',
|
||||
|
||||
Reference in New Issue
Block a user