Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue pulling NCAAF games without time #154

Merged
merged 1 commit into from
Aug 3, 2019

Commits on Aug 2, 2019

  1. Fix issue pulling NCAAF games without time

    In the seasons prior to 2013, sports-reference.com does not include a
    time field in the NCAAF game's information page. This causes the time
    property to be set to None, which fails while attempting to parse a
    DateTime between the date and time properties. This behavior can be
    circumvented by only creating a DateTime of the date as opposed to the
    date and time when time is None.
    
    Signed-Off-By: Robert Clark <robdclark@outlook.com>
    roclark committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    1f64073 View commit details
    Browse the repository at this point in the history