projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f558555
)
Fix a bug introduced by a bugfix b08445.
author
Martin Pihlak
<martin.pihlak@gmail.com>
Wed, 21 Sep 2011 09:38:47 +0000
(12:38 +0300)
committer
Martin Pihlak
<martin.pihlak@gmail.com>
Wed, 21 Sep 2011 09:38:47 +0000
(12:38 +0300)
python/walmgr.py
patch
|
blob
|
blame
|
history
diff --git
a/python/walmgr.py
b/python/walmgr.py
index 540de4f3cf6f3ec9ffdebd60ebc10d80b608c42c..737d954cd9442860ee302ec3ae2eb68e25fdf5e1 100755
(executable)
--- a/
python/walmgr.py
+++ b/
python/walmgr.py
@@
-344,7
+344,7
@@
class WalMgr(skytools.DBScript):
self.is_master = self.options.init_master
config = skytools.Config(self.service_name, None,
- user_defs = opt_dict, override = self.cf_o
p
erride)
+ user_defs = opt_dict, override = self.cf_o
v
erride)
else:
# default to regular config handling
config = skytools.DBScript.load_config(self)