Skip to content

Commit

Permalink
Merge pull request #112 from aliceinwire/bisect
Browse files Browse the repository at this point in the history
bisect: Fix not returning to old folder
  • Loading branch information
aliceinwire authored Feb 17, 2025
2 parents 23b5951 + d5353a5 commit f062716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kcidev/subcommands/bisect.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def init_bisect(repo, state):
kci_log("---")
kci_log(results.stdout)

os.chdir(olddir)
return repo.head.commit.hexsha


Expand Down

0 comments on commit f062716

Please sign in to comment.