IBM-Security / ibmsecurity

Idempotent functions for IBM Security Appliance REST APIs. Currently covering ISAM and ISDS Appliances.
Apache License 2.0
47 stars 73 forks source link

Bufix: indentation in add method. #373

Closed kjeffery14 closed 1 year ago

kjeffery14 commented 1 year ago

The add method in the credential.py contains an indentation error that causes the add to fail if the credential does not exist and force is True. If the credential does exist, it is updated by the add method which is not the desired behavior.