Skip to content

Commit

Permalink
chore: close tmp repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 12, 2024
1 parent 35f1310 commit c8fd788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hermetic_build/common/model/config_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ def get_qualified_commits(
if len(commit_parents) == 0:
break
commit = commit_parents[0]
repo.close()
return qualified_commits

def __get_library_names_from_qualified_commits(self) -> list[str]:
Expand Down

0 comments on commit c8fd788

Please sign in to comment.