Easier to copy scope list

This commit is contained in:
Jay Lee
2016-11-03 12:48:46 -04:00
parent 3c85da292e
commit c4a3d29964

View File

@ -1241,7 +1241,7 @@ and grant Client name:
Access to scopes:
%s\n''' % (user_domain, service_account, ','.join(all_scopes))
%s\n''' % (user_domain, service_account, ',\n'.join(all_scopes))
sys.exit(int(not all_scopes_pass))
def showReport():