I want to upload an app to Google App Engine:
I get this
Error parsing yaml file: mapping values are not allowed here in \"/home/antonio/Desktop/ATI/cl
My issue was a missing set of quotes;
Foo: bar 'baz'
should be
Foo: "bar 'baz'"