summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo6
1 files changed, 4 insertions, 2 deletions
diff --git a/repo b/repo
index b13e34c6..f1b15c5f 100755
--- a/repo
+++ b/repo
@@ -439,9 +439,11 @@ def get_gitc_manifest_dir():
439def gitc_parse_clientdir(gitc_fs_path): 439def 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