mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Replaced print with sys.stdout.write
This commit is contained in:
parent
6975d30818
commit
9233086d2e
@ -255,4 +255,4 @@ class CorrectedCommand(object):
|
||||
logs.debug(u'PYTHONIOENCODING: {}'.format(
|
||||
os.environ.get('PYTHONIOENCODING', '!!not-set!!')))
|
||||
|
||||
print(self._get_script())
|
||||
sys.stdout.write(self._get_script())
|
||||
|
Loading…
x
Reference in New Issue
Block a user