When the supportsave.py is executed the script fails with the following error:
Traceback (most recent call last):
File "supportsave.py", line 200, in
main(sys.argv[1:])
File "supportsave.py", line 194, in main
ss_show_status(session, ss_rsp_obj)
File "supportsave.py", line 161, in ss_show_status
_get_supportsave_status(session, ss_req_obj, ss_rsp_obj)
File "supportsave.py", line 125, in _get_supportsave_status
while ("in-Progress" in ss_state or "Queued" in ss_state or
TypeError: argument of type 'NoneType' is not iterable
I found out that the _post_supportsave() function is never executed.
Any idea on how to resolve this issue?
Thanks in advance.
Best Regards,
Cherif Amghar
When the supportsave.py is executed the script fails with the following error:
Traceback (most recent call last):
File "supportsave.py", line 200, in
main(sys.argv[1:])
File "supportsave.py", line 194, in main
ss_show_status(session, ss_rsp_obj)
File "supportsave.py", line 161, in ss_show_status
_get_supportsave_status(session, ss_req_obj, ss_rsp_obj)
File "supportsave.py", line 125, in _get_supportsave_status
while ("in-Progress" in ss_state or "Queued" in ss_state or
TypeError: argument of type 'NoneType' is not iterable
I found out that the _post_supportsave() function is never executed.
Any idea on how to resolve this issue?
Thanks in advance.
Best Regards,
Cherif Amghar