Skip to content

supportsave #13

@capirexlefou

Description

@capirexlefou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions