diff options
Diffstat (limited to 'tools/patman/project.py')
-rw-r--r-- | tools/patman/project.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patman/project.py b/tools/patman/project.py index 641e2d68520..4459042b5d4 100644 --- a/tools/patman/project.py +++ b/tools/patman/project.py @@ -6,7 +6,7 @@ import os.path from patman import gitutil -def DetectProject(): +def detect_project(): """Autodetect the name of the current project. This looks for signature files/directories that are unlikely to exist except |