From 9630b0f0bb989e9c30401546a70ee445fe8af756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kl=C3=B6tzke?= Date: Sat, 2 Mar 2024 22:41:31 +0100 Subject: [PATCH] input: make defaultFileMode policy configurable The config.yaml schema was missing the respective entry. --- pym/bob/input.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/bob/input.py b/pym/bob/input.py index 1367949d..c25006fd 100644 --- a/pym/bob/input.py +++ b/pym/bob/input.py @@ -3027,6 +3027,7 @@ class RecipeSet: schema.Optional('pruneImportScm') : bool, schema.Optional('gitCommitOnBranch') : bool, schema.Optional('fixImportScmVariant') : bool, + schema.Optional('defaultFileMode') : bool, }, error="Invalid policy specified! Maybe your Bob is too old?" ),