Skip to content

Commit c6bbb11

Browse files
Add missing call to unlink program from filesystem
Signed-off-by: Jacob Stopak <jacob@initialcommit.io>
1 parent 497edaf commit c6bbb11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git_sim/pull.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def construct(self):
8181
)
8282
else:
8383
print(f"git-sim error: git pull failed for unhandled reason: {e.stdout}")
84+
self.repo.git.clear_cache()
8485
shutil.rmtree(new_dir, onerror=del_rw)
8586
sys.exit(1)
8687

0 commit comments

Comments
 (0)