diff --git a/src/gam.py b/src/gam.py index 2adc6282..769b7235 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6755,7 +6755,7 @@ def getUserAttributes(i, cd, updateCmd=False): def doCreateProject(): try: hint = sys.argv[3] - except KeyError: + except IndexError: while True: hint = raw_input(u'What is your G Suite admin email address? ') if hint.find(u'@') == -1: