commit | 530ac279b66ecda2608374ba25d78ca5f481dda1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:14:07 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 09 12:26:12 2022 -0700 |
tree | d1bdfa43857015814deadc4a5a8c6d27777ef02a | |
parent | d84e84a00641a573e91127f5d5f416a2136930a4 [diff] [blame] |
patman: Convert camel case in commit.py Convert this file to snake case and update all files which use it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/tools/patman/series.py b/tools/patman/series.py index da734d9..98b4c9c 100644 --- a/tools/patman/series.py +++ b/tools/patman/series.py
@@ -94,7 +94,7 @@ Args: commit: Commit object to add """ - commit.CheckTags() + commit.check_tags() self.commits.append(commit) def ShowActions(self, args, cmd, process_tags):