Skip to content

Commit 5b62c57

Browse files
committed
Add missing docstring
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d3eed9a commit 5b62c57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/commoncode/resource.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ def __init__(
267267
268268
``max_depth`` is the maximum depth of subdirectories to descend below and
269269
including `location`.
270+
271+
``paths`` is an optional list of of path strings that extend from the
272+
root ``location``. If provided, the codebase will contain only these
273+
paths.
270274
"""
271275
self.max_depth = max_depth
272276

0 commit comments

Comments
 (0)