Show More
@@ -916,8 +916,7 b' class ui(object):' | |||
|
916 | 916 | # opencode timeblockedsection because this is a critical path |
|
917 | 917 | starttime = util.timer() |
|
918 | 918 | try: |
|
919 |
|
|
|
920 | self.fout.write(a) | |
|
919 | self.fout.write(''.join(msgs)) | |
|
921 | 920 | except IOError as err: |
|
922 | 921 | raise error.StdioError(err) |
|
923 | 922 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now