From 2cab778b6fcefa7a2593010ce2545698881139f0 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 23 Sep 2022 09:12:05 -0500 Subject: [PATCH] Fix typo in bracket --- pyinstaller.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index 35a27b7..7c4238a 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -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',