We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af28565 commit 70b36f6Copy full SHA for 70b36f6
commitizen/commands/commit.py
@@ -89,7 +89,7 @@ def manual_edit(self, message: str) -> str:
89
subprocess.call(argv)
90
with open(file_path) as temp_file:
91
message = temp_file.read().strip()
92
- file.unlink()
+ os.unlink(file.name)
93
return message
94
95
def __call__(self):
0 commit comments