projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9f8cc7
)
command:html: oops, use default arguments for 'notify' and 'auth'.
author
W. Trevor King
<wking@tremily.us>
Mon, 3 Sep 2012 20:17:14 +0000
(16:17 -0400)
committer
W. Trevor King
<wking@tremily.us>
Mon, 3 Sep 2012 20:17:14 +0000
(16:17 -0400)
libbe/command/html.py
patch
|
blob
|
history
diff --git
a/libbe/command/html.py
b/libbe/command/html.py
index b7fcd74672d5c41b8dffe0f289cc6b237a347bb1..532518394bc29f5de3a1de01845bac6cb97ff512 100644
(file)
--- a/
libbe/command/html.py
+++ b/
libbe/command/html.py
@@
-830,8
+830,8
@@
class HTML (libbe.util.wsgi.ServerCommand):
return 0
# provide defaults for the dropped options
params['read-only'] = True
- params['notify'] =
Fals
e
- params['auth'] =
Fals
e
+ params['notify'] =
Non
e
+ params['auth'] =
Non
e
return super(HTML, self)._run(**params)
def _get_app(self, logger, storage, index_file='', generation_time=None,