commit | 0fc1367cd3907605d05b7d56d04887b69635111c | [log] [tgz] |
---|---|---|
author | Ved-vampir <akiselyova@mirantis.com> | Wed Mar 18 11:13:17 2015 +0300 |
committer | Ved-vampir <akiselyova@mirantis.com> | Wed Mar 18 11:13:35 2015 +0300 |
tree | 1efe19face0c6155df77b45dae023d8ce20a0203 | |
parent | bf83ad9614b76265d1dae58868973bc0c1116579 [diff] [blame] |
percent removed, name changed
diff --git a/sensors/utils.py b/sensors/utils.py index 546dee7..fee0198 100644 --- a/sensors/utils.py +++ b/sensors/utils.py
@@ -50,7 +50,7 @@ return os.path.basename(cmd).rstrip('\x00') except IndexError: # no cmd returned - return "no_name" + return "<NO NAME>" except IOError: return "no_such_process"