mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
patman: Convert camel case in tools.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:
parent
82ee8bfe51
commit
c1aa66e75d
50 changed files with 473 additions and 473 deletions
|
@ -338,7 +338,7 @@ Changes in v2:
|
|||
text (str): Text to put into the file
|
||||
"""
|
||||
path = os.path.join(self.gitdir, fname)
|
||||
tools.WriteFile(path, text, binary=False)
|
||||
tools.write_file(path, text, binary=False)
|
||||
index = self.repo.index
|
||||
index.add(fname)
|
||||
author = pygit2.Signature('Test user', 'test@email.com')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue