mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix for error when saving logs.
This commit is contained in:
parent
2d87058ce8
commit
660445ece4
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class FileStatsFormatter(PysolStatsFormatter):
|
|||
self.file = file
|
||||
|
||||
def p(self, s):
|
||||
self.file.write(s.encode('utf-8'))
|
||||
self.file.write(s)
|
||||
|
||||
def nl(self, count=1):
|
||||
self.p("\n" * count)
|
||||
|
|
Loading…
Add table
Reference in a new issue