Skip to content

Commit 2a310cb

Browse files
author
ybai-thrillist
committed
Update commit.py
1 parent 4be198a commit 2a310cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def message_done(self, message):
121121
message_file.close()
122122
self.message_file = message_file
123123
# and actually commit
124-
with open(message_file.name, 'r', encoding='utf-8') as fp:
124+
with open(message_file.name, 'r') as fp:
125125
self.run_command(['git', 'commit', '-F', '-', self.extra_options],
126126
self.commit_done, working_dir=self.working_dir, stdin=fp.read())
127127

0 commit comments

Comments
 (0)