python - Bogus oauth2client.tools.run() deprecation warning from GAE appcfg.py (linux, SDK 1.9.19)? -


i'm fumbling manual gae uploads since pycharm can't handle yet uploads of multi-module apps. @ point i've seen message:

#################################################### oauth2 recommended authentication method. use --oauth2 flag enable. #################################################### 

right, read this, started using --oauth2 flag. surprise see deprecation warning @ every appcfg.py invocation:

/usr/local/google_appengine/appcfg.py --oauth2 update_indexes a_module_dir -a my_app_name ... 2015-04-25 19:52:17,169 warning old_run.py:88 function, oauth2client.tools.run(), , use of gflags library deprecated , removed in future version of library.  ... 

and update ok, no issue.

i noticed warning in logs other q&as well, on windows, discussions focus on other stuff, not on warning in particular. seen in pycharm gae upload logs single module app.

is warning should start worrying about?

or oversight in sdk version?

thanks in advance.

you can ignore warning; (the gae team) missed 1.9.19 release fixed 1.9.20 release (currently going through qa).


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -