mirror of
https://xff.cz/git/u-boot/
synced 2025-09-27 21:41:16 +02:00
patman: Convert camel case in gitutil.py
Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -21,7 +21,7 @@ RE_NOTE = re.compile(r'NOTE: (.*)')
|
||||
|
||||
|
||||
def find_check_patch():
|
||||
top_level = gitutil.GetTopLevel()
|
||||
top_level = gitutil.get_top_level()
|
||||
try_list = [
|
||||
os.getcwd(),
|
||||
os.path.join(os.getcwd(), '..', '..'),
|
||||
|
Reference in New Issue
Block a user