mengin/git/README is an empty file. We get this error. Allura or pypeline should handle this more gracefully.
Module /var/local/allura/Allura/allura/templates/repo/tree.html:30 in block "content" << {% if name %} <h1>Read Me</h1> {{g.pypeline_markup.render(name, text)|safe}} {% endif %} {% endblock %} >> {{g.pypeline_markup.render(name, text)|safe}} Module pypeline.markup:47 in render << ''' if not content: with open(filename, 'r') as f: content = f.read() content = self.unicode(content) >> with open(filename, 'r') as f: IOError: [Errno 2] No such file or directory: u'README'
Pulled forward as a likely dependency of [#1588]
Related
Tickets:
#1588