Commit bc38c2a
committed
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.1 parent 84168b2 commit bc38c2a
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
256 | 261 | | |
257 | 262 | | |
258 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2726 | 2726 | | |
2727 | 2727 | | |
2728 | 2728 | | |
2729 | | - | |
| 2729 | + | |
| 2730 | + | |
2730 | 2731 | | |
2731 | 2732 | | |
2732 | 2733 | | |
| |||
0 commit comments