🌐 AI搜索 & 代理 主页
Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 561d612

Browse files
committed
Accept (and ignore, for now) extra configuration options supplied with the 'reset' command in the Python view server.
--HG-- extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/trunk%40175
1 parent dc36f70 commit 561d612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

couchdb/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _log(message):
3939
output.write('\n')
4040
output.flush()
4141

42-
def reset():
42+
def reset(config=None):
4343
del functions[:]
4444
return True
4545

0 commit comments

Comments
 (0)