From d5353a50f7cba6cebd7df14358746b6e248c6dc1 Mon Sep 17 00:00:00 2001 From: Arisu Tachibana Date: Mon, 17 Feb 2025 14:11:13 +0900 Subject: [PATCH] bisect: Fix not returning to old folder Signed-off-by: Arisu Tachibana --- kcidev/subcommands/bisect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kcidev/subcommands/bisect.py b/kcidev/subcommands/bisect.py index 0545b99..9951397 100644 --- a/kcidev/subcommands/bisect.py +++ b/kcidev/subcommands/bisect.py @@ -132,6 +132,7 @@ def init_bisect(repo, state): kci_log("---") kci_log(results.stdout) + os.chdir(olddir) return repo.head.commit.hexsha