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 NCAAF conference class for empty pages #183

Merged
merged 1 commit into from
Sep 3, 2019

Commits on Sep 3, 2019

  1. Fix NCAAF conference class for empty pages

    Occasionally, a conference page for NCAAF will be an empty document,
    devoid of any information that can be parsed. When this happens, the
    Teams class throws an error as it relies on getting information from the
    Conferences class to determine which conference each team participates
    in. Instead of attempting to pull the information from other sources, if
    a conference page isn't valid, any team that participates in that
    conference should have a conference attribute of None to avoid
    presenting incorrect information.
    
    Signed-Off-By: Robert Clark <robdclark@outlook.com>
    roclark committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    20587e8 View commit details
    Browse the repository at this point in the history