Comment 2 for bug 1400308

Revision history for this message
Barry Warsaw (barry) wrote :

snappy build just does blind fp.readline()'s of the readme.md file and doesn't check that the lines are empty (signaling EOF). I think in those cases, since downstream consumers of the manifest require non-empty strings for the title and description, it makes sense to just check for EOF/empty-line in those cases and use dummy titles and descriptions.