From 49353faf76fd8d9a26e6304a5816ccc026c5f9a1 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 29 Nov 2021 14:18:29 +0100 Subject: Fix customgeometry.pyproject file It caused: File "tools/example_gallery/main.py", line 298, in content_f += get_code_tabs(pyproject["files"], out_f) KeyError: 'files' Amends b9ec49942b3ad53343317e631320c58e59736c22. As a drive-by, handle the error in the gallery tool. Pick-to: 6.2 Change-Id: Ideca9ccb72021780cf8ae7b3f2204733cc2f5e4f Reviewed-by: Cristian Maureira-Fredes --- examples/quick3d/customgeometry/customgeometry.pyproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/quick3d/customgeometry/customgeometry.pyproject b/examples/quick3d/customgeometry/customgeometry.pyproject index 45f906e20..3e31ac931 100644 --- a/examples/quick3d/customgeometry/customgeometry.pyproject +++ b/examples/quick3d/customgeometry/customgeometry.pyproject @@ -1,3 +1,3 @@ { - "file": ["examplepoint.py", "exampletriangle.py", "main.py", "main.qml", "resources.qrc"] + "files": ["examplepoint.py", "exampletriangle.py", "main.py", "main.qml", "resources.qrc"] } -- cgit v1.2.3