Skip to content

Commit d4cfac2

Browse files
committed
Update docstring for CodebaseResource #180
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 5d84d8e commit d4cfac2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scanpipe/models.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,9 @@ class CodebaseResource(
13741374
"""
13751375
A project Codebase Resources are records of its code files and directories.
13761376
Each record is identified by its path under the project workspace.
1377+
1378+
If a CodebaseResource has a path of ".", then it is considered the root
1379+
CodebaseResource of a codebase.
13771380
"""
13781381

13791382
rootfs_path = models.CharField(

0 commit comments

Comments
 (0)