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

Change MainClass.get_repo default laziness #882

Merged
merged 1 commit into from
Aug 27, 2018

Commits on Aug 27, 2018

  1. Change MainClass.get_repo default laziness

    MainClass.get_repo() used to default to lazy fetching, which is not what
    NamedUser.get_repo() does, so change the default. Fix the tess to pass
    lazy=True, so that we don't need to grow 8 ReplayData files with 11
    lines of the repository in question.
    
    Fixes PyGithub#353
    s-t-e-v-e-n-k committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    b1c28bb View commit details
    Browse the repository at this point in the history