aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-18 09:45:10 +0000
committershnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8>2007-07-18 09:45:10 +0000
commit15d329122c7c6ca197a39822a8b874e3d1b545f1 (patch)
tree82406454d14c0d22d2a019577f34d36c550bc24c
parente436513dd9001055a50235fa031816f23a63a08b (diff)
downloadsos-15d329122c7c6ca197a39822a8b874e3d1b545f1.tar.gz
* fixed typo
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@213 ef72aa8b-4018-0410-8976-d6e080ef94d8
-rwxr-xr-xsrc/lib/sos/helpers.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/sos/helpers.py b/src/lib/sos/helpers.py
index 2e553a1f..54a86dba 100755
--- a/src/lib/sos/helpers.py
+++ b/src/lib/sos/helpers.py
@@ -48,7 +48,7 @@ def sosFindTmpDir():
def makeNonBlocking(afd):
- """ Make the file desccriptor non-blocking. This prevents deadlocks.
+ """ Make the file descriptor non-blocking. This prevents deadlocks.
"""
fl = fcntl.fcntl(afd, fcntl.F_GETFL)
try:
@@ -67,8 +67,9 @@ def sosGetCommandOutput(command):
return (status, outdata, time()-stime)
-# this needs to be made clean and moved to the plugin tools, so
-# that it prints nice color output like sysreport
+# FIXME: this needs to be made clean and moved to the plugin tools, so
+# that it prints nice color output like sysreport if the progress bar
+# is not enabled.
def sosStatus(stat):
""" Complete a status line that has been output to the console,
providing pass/fail indication.