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

Document how session.run fails, and how to handle failures #533

Merged
merged 3 commits into from Dec 26, 2021

Commits on Dec 24, 2021

  1. Document how session.run fails, and how to handle failures

    Session.run will raise an exception (a private exception), so we can use try...finally and try...except blocks with them.
    DiddiLeija committed Dec 24, 2021
    Copy the full SHA
    605fc27 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Simplify the example

    Yeah, "git stash" is not a good suggestion!
    DiddiLeija committed Dec 26, 2021
    Copy the full SHA
    32c217e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f23fd08 View commit details
    Browse the repository at this point in the history