Skip to content

Commit a555278

Browse files
author
Vladimir Kotal
committed
fix get_repos() pydoc
1 parent cf1700c commit a555278

File tree

1 file changed

+4
-3
lines changed
  • opengrok-tools/src/main/python/opengrok_tools/utils

1 file changed

+4
-3
lines changed

opengrok-tools/src/main/python/opengrok_tools/utils/opengrok.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727

2828
def get_repos(logger, project, uri):
2929
"""
30-
Get list of repositories for given project name.
31-
32-
Return string with the result on success, None on failure.
30+
:param logger: logger instance
31+
:param project: project name
32+
:param uri: web application URI
33+
:return: list of repository paths (can be empty if no match) or None on failure
3334
"""
3435

3536
r = get(logger, get_uri(uri, 'api', 'v1', 'projects',

0 commit comments

Comments
 (0)