vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
23 stars 20 forks source link

Fixed the show-csp-groups function #98

Closed BillRothVMware closed 2 years ago

BillRothVMware commented 2 years ago

I believe I have fixed the show-csp-groups function, and it should now do error handling properly. Please review.

The only files changed should be: pyvmc.py pyvmc_csp.py and README.md. Not sure I used .gitignore properly. please check my work as this is my first pull request. thanks.

vmwclabot commented 2 years ago

@BillRothVMware, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.

BillRothVMware commented 2 years ago

I figured out how to sign after the fact. Let me know if this causes issues.