diff options
-rwxr-xr-x | bin/ipmi_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ipmi_test.py b/bin/ipmi_test.py index 90b0499..6736ed2 100755 --- a/bin/ipmi_test.py +++ b/bin/ipmi_test.py @@ -194,7 +194,7 @@ class IpmiTest(object): def ipmi_channel_hlpr(self, i, matches, channel): regex = re.compile('Section User') cmd = self.cmd_ipmi_channel - if (len(cmd)) > 4: + if (len(cmd) > 4): cmd.pop(len(cmd) - 1) cmd.append(str(i)) output = self.subproc_logging(cmd) |