Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Fix for truncating periods with undefined date range. Fixes #413 #414

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 5, 2016

  1. Remove expiry failure in tests

    Tests are failing due to a warning that the feed is expired. This extends the feed to 2025,
    as a quick fix to the problem.
    askogvold committed May 5, 2016
    Configuration menu
    Copy the full SHA
    b3acf18 View commit details
    Browse the repository at this point in the history
  2. Fix for truncating periods with undefined date range. Fixes google#413

    max(0, None) resulted in start_date being set to 0 (integer). This crashed at a later point
    when trying to parse the date string 0 (int).
    Now explicitly handling None when truncating.
    askogvold committed May 5, 2016
    Configuration menu
    Copy the full SHA
    d90455a View commit details
    Browse the repository at this point in the history