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 index bounds check #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix index bounds check #50

wants to merge 1 commit into from

Commits on Mar 1, 2021

  1. fix index bounds check

    if len(cams) is equal to ind-1 there will be an index error rather than printing the proper error message. This fixes this.
    PWhiddy committed Mar 1, 2021
    Copy the full SHA
    bf86308 View commit details
    Browse the repository at this point in the history