Merged in keep-variables-behaviour-after-2.10 (pull request #130)

2.10 changed the default behaviour of bare variables; re-enable the previous default behaviour to avoid breakage.

Approved-by: Geoff Jacobs
Approved-by: Adam Brokes
This commit is contained in:
Steve Smith
2021-02-05 02:14:01 +00:00

View File

@@ -1,3 +1,4 @@
[defaults] [defaults]
retry_files_enabled = False retry_files_enabled = False
callback_whitelist = profile_tasks callback_whitelist = profile_tasks
conditional_bare_variables = True