Skip to content

Commit d5353a5

Browse files
committed
bisect: Fix not returning to old folder
Signed-off-by: Arisu Tachibana <arisu.tachibana@miraclelinux.com>
1 parent 23b5951 commit d5353a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kcidev/subcommands/bisect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ def init_bisect(repo, state):
132132
kci_log("---")
133133
kci_log(results.stdout)
134134

135+
os.chdir(olddir)
135136
return repo.head.commit.hexsha
136137

137138

0 commit comments

Comments
 (0)