berkus / rietveld

Code review tool from Guido for Django
code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

local development server broken #508

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. hg clone https://code.google.com/rietveld $HOME/pub
2. app_server.py $HOME/pub/rietveld

Error:

File mapreduce/include.yaml listed in include directive of ./app.yaml could not 
be found.

Temporary solution is commenting out two lines on app.yaml.
#includes:
# mapreduce/include.yaml

Original issue reported on code.google.com by jfreder...@gmail.com on 22 Oct 2014 at 1:54