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

Add try...finally to prefixed method #79

Merged
merged 3 commits into from
Jun 1, 2019
Merged

Commits on May 23, 2019

  1. add test for errors during prefix runs

    This test runs a nested prefix then raises an exception, then runs the
    nested prefix again. It will not pass if the code does not clear
    `self._prefix` after the first exception.
    rcuza committed May 23, 2019
    Configuration menu
    Copy the full SHA
    a1ad426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c3fa7 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    76bb4ca View commit details
    Browse the repository at this point in the history