Skip to content
Snippets Groups Projects
Unverified Commit ec2ac5e9 authored by Chris Sewell's avatar Chris Sewell Committed by GitHub
Browse files

:bug: FIX: allow false in validation of `execute_notebooks`

parent 9a2c8e71
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,8 @@ ...@@ -49,7 +49,8 @@
"auto", "auto",
"cache", "cache",
"force", "force",
"off" "off",
false
], ],
"default": "auto" "default": "auto"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment