-
-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow acl_public = True/False to be in config file
Normally acl_public = None and it's not present, nor read from, the config file. If a user wants to set it in the config file though, we need to be able to read it from the config file. We also need to _not_ have the lack of command line options unintentionally set it back to None. Add special handling for acl_public, when reading in the config file, and when handling --acl-public and --acl-private options.
- Loading branch information
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters