summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jaros <jaros.paul@gmail.com>2018-05-24 18:47:00 +0800
committerPaul Wise <pabs3@bonedaddy.net>2018-05-24 18:47:47 +0800
commit69107ad1bfa05d240dbeac52f7d377dbb4c29daf (patch)
treea56debb49065281bdf2cf001e434aa82421b3171
parent0881c06027b49c3e53fcfe803ba63e11b2090ef3 (diff)
downloadiotop-69107ad1bfa05d240dbeac52f7d377dbb4c29daf.tar.gz
Fix crash due to syntax error
Traceback (most recent call last): File "./iotop.py", line 9, in <module> from iotop.ui import main File "./iotop/ui.py", line 642 else: ^ SyntaxError: invalid syntax Reported-in: <CAEh_nc0_DXTmfu16PxmVyrCi6QQeSrpnGGhtfNu60wJYfa_6Zw@mail.gmail.com>
-rw-r--r--iotop/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iotop/ui.py b/iotop/ui.py
index 2482511..c28f98e 100644
--- a/iotop/ui.py
+++ b/iotop/ui.py
@@ -638,7 +638,7 @@ were not found. Please enable CONFIG_TASKSTATS in your Linux kernel build
configuration, use iotop outside a container and or share the host's
network namespace with the container.
-Please do not file bugs on iotop about this.''', file=sys.stderr
+Please do not file bugs on iotop about this.''', file=sys.stderr)
else:
raise