diff options
Diffstat (limited to 'repo')
| -rwxr-xr-x | repo | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -439,9 +439,11 @@ def get_gitc_manifest_dir(): | |||
| 439 | def gitc_parse_clientdir(gitc_fs_path): | 439 | def gitc_parse_clientdir(gitc_fs_path): |
| 440 | """Parse a path in the GITC FS and return its client name. | 440 | """Parse a path in the GITC FS and return its client name. |
| 441 | 441 | ||
| 442 | @param gitc_fs_path: A subdirectory path within the GITC_FS_ROOT_DIR. | 442 | Args: |
| 443 | gitc_fs_path: A subdirectory path within the GITC_FS_ROOT_DIR. | ||
| 443 | 444 | ||
| 444 | @returns: The GITC client name | 445 | Returns: |
| 446 | The GITC client name. | ||
| 445 | """ | 447 | """ |
| 446 | if gitc_fs_path == GITC_FS_ROOT_DIR: | 448 | if gitc_fs_path == GITC_FS_ROOT_DIR: |
| 447 | return None | 449 | return None |
