Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d85e2ca

Browse files
yshalabiTakashi Matsuo
andauthored
Update service_accounts.py (GoogleCloudPlatform#4788)
fix typos in parser configuration Co-authored-by: Takashi Matsuo <[email protected]>
1 parent d072ac3 commit d85e2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iam/api-client/service_accounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,12 @@ def main():
196196
# Disable
197197
rename_parser = subparsers.add_parser(
198198
'disable', help=disable_service_account.__doc__)
199-
list_parser.addargument('email')
199+
list_parser.add_argument('email')
200200

201201
# Enable
202202
rename_parser = subparsers.add_parser(
203203
'enable', help=enable_service_account.__doc__)
204-
list_parser.addargument('email')
204+
list_parser.add_argument('email')
205205

206206
# Delete
207207
delete_parser = subparsers.add_parser(

0 commit comments

Comments
 (0)