Skip to content

Commit 8e950b2

Browse files
committed
Oops
1 parent cd38c07 commit 8e950b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyth/plugins/plaintext/writer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def go(self):
3838
# Heh heh, remove final paragraph spacing
3939
self.target.seek(-2, 1)
4040
self.target.truncate()
41-
41+
42+
self.target.seek(0)
4243
return self.target
4344

4445

0 commit comments

Comments
 (0)