Code review comment for lp:~diegosarmentero/ubuntuone-client/farewell-u1

Revision history for this message
dobey (dobey) wrote :

88 + if datetime.date.today() >= end_date:

Now the check is backwards. It should be today <= end.

« Back to merge proposal