google / gmail-oauth2-tools

Tools and sample code for authenticating to Gmail with OAuth2
Apache License 2.0
405 stars 211 forks source link

Syntax Error: Missing Options Produces Syntax Error #24

Closed angelapelletier closed 11 months ago

angelapelletier commented 4 years ago

Hi there,

We are trying to test this code according to the description in the wiki, but it is giving us a syntax error:

print 'Missing options: %s' % ' '.join(missing) ^ SyntaxError: invalid syntax

Any thoughts?

mpsq commented 4 years ago

Use python2.

junyer commented 11 months ago

Fixed in commit 944cffd66df38863eb0252a8096961335e418e70.