From f0e814cb0403d00472e9959673a2086c84a97981 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Wed, 21 Aug 2024 10:18:44 +0800 Subject: [PATCH 1/2] Output debug infor is Wrong *Fix the mistake od the word Signed-off-by: Caohongtao --- src/oebuild/ogit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/ogit.py b/src/oebuild/ogit.py index b67447e..ec384e3 100644 --- a/src/oebuild/ogit.py +++ b/src/oebuild/ogit.py @@ -99,7 +99,7 @@ class OGit: else: repo.git.checkout(version) except GitCommandError: - logger.error("update faild") + logger.error("update failed") return False logger.info("Fetching into %s successful\n", self._repo_dir) return True -- Gitee From 10d805365421edc91503d21f92eae320fe78b123 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Wed, 21 Aug 2024 10:18:44 +0800 Subject: [PATCH 2/2] logger-err: Output debug infor is Wrong * Fix the mistake od the word Signed-off-by: Caohongtao --- src/oebuild/ogit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/ogit.py b/src/oebuild/ogit.py index b67447e..ec384e3 100644 --- a/src/oebuild/ogit.py +++ b/src/oebuild/ogit.py @@ -99,7 +99,7 @@ class OGit: else: repo.git.checkout(version) except GitCommandError: - logger.error("update faild") + logger.error("update failed") return False logger.info("Fetching into %s successful\n", self._repo_dir) return True -- Gitee