This commit is contained in:
Adam Cecile 2016-12-14 20:28:31 +01:00
parent 1d05376d98
commit c09a7cea67
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if printarray:
bad = True
else:
nagiosgoodarray += 1
cmd = '"%s" GETSTATUS %s', (arcconfpath, controllerid)
cmd = '"%s" GETSTATUS %s' % (arcconfpath, controllerid)
output = getOutput(cmd)
tasksinfo = returnControllerTasks(output)
done = False