Skip to content

error in client.py with the SP40 version #190

@dnicolleau

Description

@dnicolleau

in the SP40 version, the line 5902 seems to make no sense and generates a runtime error :

    request_json = {
        "clientProperties": {},
        "association": {
            "entity": [
                {
                    "clientName": self.client_name
                }
            ]
        }
    }

    request_json['clientProperties'].update(properties_dict)
    request_json['clientProperties']['clientProps'].pop("CVS3BucketName")    <<<< this one
    self._process_update_request(request_json)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions