projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b66f49
)
Make it clear that --config_allow_dynamic_updates doesn't take any
author
Scott Gasch
<scott@gasch.org>
Tue, 18 Oct 2022 20:12:19 +0000
(13:12 -0700)
committer
Scott Gasch
<scott@gasch.org>
Tue, 18 Oct 2022 20:12:19 +0000
(13:12 -0700)
argument.
src/pyutils/config.py
patch
|
blob
|
history
diff --git
a/src/pyutils/config.py
b/src/pyutils/config.py
index 3dfc4ebbc7cbe02d7cfc775636ac9c57f9f3ccda..ed9a8212c0c8d1c40a6ecabd933eb23f1bf5cbb1 100644
(file)
--- a/
src/pyutils/config.py
+++ b/
src/pyutils/config.py
@@
-224,6
+224,7
@@
GROUP.add_argument(
GROUP.add_argument(
'--config_allow_dynamic_updates',
default=False,
+ action='store_true',
help='If enabled, allow config flags with the string "dynamic" in their names to change at runtime when a new Zookeeper based configuration is created. See the --config_savefile help message for more information about this option.',
)
GROUP.add_argument(