googlecodelabs / gcp-marketplace-integrated-saas

Apache License 2.0
19 stars 22 forks source link

TypeError: _get_account_name() takes exactly 1 argument (2 given) in reset_account #7

Closed KishoreNamala closed 4 years ago

KishoreNamala commented 4 years ago

https://github.com/googlecodelabs/gcp-marketplace-integrated-saas/blob/d5172efad9163ec44fdd1e4020dda470940fd1e9/tools/reset_account.py#L40

PROJECT_ID isn't needed in the function call to _get_account_name() as its global.

deci-ftw commented 4 years ago

Fixed in https://github.com/googlecodelabs/gcp-marketplace-integrated-saas/pull/8