mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-07-26 04:13:59 +00:00
Code Color Change2
This commit is contained in:
parent
f89af6180b
commit
29134e5f36
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ class FileWriter(object):
|
|||
with open(self.path, 'w' if self.overwrite else 'a',
|
||||
encoding='utf-8') as output_file:
|
||||
output_file.write(s)
|
||||
self.overwrite = False333
|
||||
self.overwrite = False
|
||||
|
||||
|
||||
thread_global = threading.local()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue