Skip to content

Commit f53dfb2

Browse files
committed
add comment
--HG-- extra : convert_revision : svn%3A7a298fb0-333a-0410-83e7-658617cd9cf3/trunk%40104
1 parent cdcaae2 commit f53dfb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

couchdb/tools/replication-helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def __init__(self, args):
4545
self.databases = []
4646

4747
def concat_uri(self, server, path):
48+
"""Concat a server name and a path, is smart about slashes"""
4849
if not server.endswith("/"):
4950
return server + "/" + path
5051
else:

0 commit comments

Comments
 (0)