First off, thanks for the great utility. You saved me a ton of time.
Line 245 of storcli_check.py should be:
attachments = attachments or []
Other wise, if attachments is None, it will be set to None again, instead of [].
I disabled the attachments for my environment, but perhaps a command line argument to do this would be better. I just prefer to store it all in a log file locally.
First off, thanks for the great utility. You saved me a ton of time.
Line 245 of
storcli_check.py
should be:Other wise, if
attachments
isNone
, it will be set toNone
again, instead of[]
.I disabled the attachments for my environment, but perhaps a command line argument to do this would be better. I just prefer to store it all in a log file locally.