From 3225fd5a8a54a04d0670402c81c88fcb3aeba5dc Mon Sep 17 00:00:00 2001 From: Mathias Klette Date: Fri, 16 Sep 2011 20:11:20 +0200 Subject: [PATCH] fix: forget to close --- lib/git_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/git_helper.py b/lib/git_helper.py index 769fd97..4a67c14 100644 --- a/lib/git_helper.py +++ b/lib/git_helper.py @@ -288,6 +288,7 @@ def git_get_treeish(refname): refname, stdout_str[0], " ".join(stdout_str[1:]) + ) ) return stdout_str[0] -- 2.39.5