Skip to content

Commit f062716

Browse files
authored
Merge pull request #112 from aliceinwire/bisect
bisect: Fix not returning to old folder
2 parents 23b5951 + d5353a5 commit f062716

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)