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

return None in case of a github exception for get_active_date #83

Merged
merged 4 commits into from
Feb 5, 2024

Commits on Feb 3, 2024

  1. return None in case of exception for get_active_date

    occasionally repo.get_branch can raise an exception:
    github3.exceptions.NotFoundError: 404 Branch not found
    even will called on the repos default branch
    anovadox committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bb7138d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. formatting for line length

    anovadox committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a99c6d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6afa96b View commit details
    Browse the repository at this point in the history
  3. sort imports

    Signed-off-by: Zack Koppert <[email protected]>
    zkoppert committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5261bba View commit details
    Browse the repository at this point in the history