delete commitmsg file after use

This commit is contained in:
Arjan van de Ven
2015-11-26 14:09:14 -05:00
parent a9afda57b6
commit e97e787a31
+1
View File
@@ -68,3 +68,4 @@ def commit_to_git(path):
return
call("git commit -a -F commitmsg ", cwd=path)
call("rm commitmsg", cwd=path)