Sorry for long delay.

For those interested, add this line to your app.yaml skip_files directive
and appcfg will ignore pyc files and appcfg won't show you warning messages.

skip_files:
- ^(.*/)?.*\.py[co]

Regards.


Saludos.
Moisés Belchín.


2013/3/21 Moises Belchin <moisesbelc...@gmail.com>

> Hi all,
>
> Is there any way to discard "warning messages" when you deploy your app?
> What I mean by "warning messages":
>
> - Could not guess mimetype for *myfile*. Using application/octet-stream.
> - 2013-03-21 12:41:02,884 WARNING appcfg.py:2027 Ignoring file
> 'appengine_config.pyc': Cannot upload both <filename>.py and <filename>.pyc
>
> I usually deployed with GAE Launcher rather than appcfg command line
> directly.
>
> Thanks and Regards.
> Moisés Belchín.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to