aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-11-29 14:18:29 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-11-29 14:25:34 +0100
commit49353faf76fd8d9a26e6304a5816ccc026c5f9a1 (patch)
tree4464c4e837d59c11bc4b6c7e744694b805d2d22e /examples
parented095a59eb91b48bd4e62e0b3d6005ab2d058d17 (diff)
Fix customgeometry.pyproject file
It caused: File "tools/example_gallery/main.py", line 298, in <module> 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 <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick3d/customgeometry/customgeometry.pyproject2
1 files changed, 1 insertions, 1 deletions
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"]
}