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

Revision history for this message
marcog (marco-gallotta) wrote :

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

Done

« Back to merge proposal