Code review comment for lp:~marco-gallotta/ibid/flight

Revision history for this message
Michael Gorven (mgorven) wrote :

> + date = parse(date)

parse() will throw a ValueError if the date is invalid -- you should catch
this and return a suitable error.

 review approve

review: Approve

« Back to merge proposal