Include other options for the iLO, since 'reset' doesn't work when the machine
[monitor.git] / dumpact.py
index fd5be08..1ac0cb1 100755 (executable)
@@ -43,8 +43,7 @@ def main():
                                        for k in keys:
                                                if "message" not in k and "msg" not in k:
                                                        if 'time' in k:
-                                                               s_time=time.strftime("%Y/%m/%d %H:%M:%S",
-                                                                                                               time.gmtime(diag_node[k]))
+                                                               s_time=time.strftime("%Y/%m/%d %H:%M:%S", time.gmtime(diag_node[k]))
                                                                print "\t'%s' : %s" % (k, s_time)
                                                        else:
                                                                print "\t'%s' : %s" % (k, diag_node[k])