Skip to content

Commit

Permalink
input: make defaultFileMode policy configurable
Browse files Browse the repository at this point in the history
The config.yaml schema was missing the respective entry.
  • Loading branch information
jkloetzke committed Mar 2, 2024
1 parent 998fdad commit 9630b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pym/bob/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
),
Expand Down

0 comments on commit 9630b0f

Please sign in to comment.