c15c8373d1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/iotop#e7f32997a9e188e8f9083918a023f4f1da998c07
13 lines
527 B
Diff
13 lines
527 B
Diff
diff -up iotop-0.6/iotop/ui.py.batchprintutf8 iotop-0.6/iotop/ui.py
|
|
--- iotop-0.6/iotop/ui.py.batchprintutf8 2016-11-14 11:21:23.690185257 +0100
|
|
+++ iotop-0.6/iotop/ui.py 2016-11-14 11:23:26.511040007 +0100
|
|
@@ -444,7 +444,7 @@ class IOTopUI(object):
|
|
if self.options.quiet <= int(first_time):
|
|
print(''.join(titles))
|
|
for l in lines:
|
|
- print(l)
|
|
+ print(l.encode('utf-8'))
|
|
sys.stdout.flush()
|
|
else:
|
|
self.win.erase()
|