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 _get_rep #797

Merged
merged 1 commit into from
Jan 4, 2022
Merged

Fix _get_rep #797

merged 1 commit into from
Jan 4, 2022

Commits on Jan 4, 2022

  1. Fix _get_rep

    The variable `rep` is referenced before assignment if the if-else case
    is not entered. This is fixed by adding a final `else` case. In the
    following, only the
    variable `rep` is used.
    WeilerP committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    25ca515 View commit details
    Browse the repository at this point in the history