]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
patman: Convert camel case in project.py
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jan 2022 21:14:12 +0000 (14:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Feb 2022 19:26:12 +0000 (12:26 -0700)
Convert this file to snake case and update all files which use it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/main.py
tools/patman/project.py

index 63f0774783dafe04e37a623f7fe2686f7d764218..85073217b513c42eefbbfa20008e73c0fc776b14 100755 (executable)
@@ -42,7 +42,7 @@ parser.add_argument('-e', '--end', type=int, default=0,
     help='Commits to skip at end of patch list')
 parser.add_argument('-D', '--debug', action='store_true',
     help='Enabling debugging (provides a full traceback on error)')
-parser.add_argument('-p', '--project', default=project.DetectProject(),
+parser.add_argument('-p', '--project', default=project.detect_project(),
                     help="Project name; affects default option values and "
                     "aliases [default: %(default)s]")
 parser.add_argument('-P', '--patchwork-url',
index 641e2d6852082114f6cbb40ed2767458384d1104..4459042b5d4e9e4477e265ab9ed9e678fbcd46b2 100644 (file)
@@ -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