##// END OF EJS Templates
windows: don’t set `softspace` attribute in `winstdout`...
Manuel Jacob -
r45718:ed58ecd5 default
parent child Browse files
Show More
@@ -217,8 +217,6 b' class winstdout(object):'
217 pass
217 pass
218
218
219 def write(self, s):
219 def write(self, s):
220 if not pycompat.ispy3:
221 self.softspace = 0
222 try:
220 try:
223 if not self.throttle:
221 if not self.throttle:
224 return self.fp.write(s)
222 return self.fp.write(s)
General Comments 0
You need to be logged in to leave comments. Login now