mtik00 / storcli-check

Python script to run storcli and report issues
MIT License
22 stars 20 forks source link

Error/warning after zipping #12

Closed GunterO closed 5 years ago

GunterO commented 5 years ago

Thanks for your script. However, I receive some kind of error/warning:

Traceback (most recent call last):
  File "storcli_check.py3", line 741, in <module>
    list(zip([working_directory, LOGFILE], zipped_log_path))
TypeError: 'NoneType' object is not iterable

This when I use: python storcli_check.py3 --force

No error (obviously) when: python storcli_check.py3 --force --no-attachments

Any idea's? Thanks!

GunterO commented 5 years ago

BTW, your "usage" section is not mentioning the "--no-attachments" option :-)

mtik00 commented 5 years ago

I suggest trying one of the forks.

For example, @tpdownes implemented the PY3 port.

NOTE: As of 13-JUL-2018, I no longer have access to MR controllers; This repo should be considered deprecated