Skip to content

Instantly share code, notes, and snippets.

@rioner
Created October 12, 2018 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rioner/f24210fb3db57abff8b72c0776e0ae2a to your computer and use it in GitHub Desktop.
Save rioner/f24210fb3db57abff8b72c0776e0ae2a to your computer and use it in GitHub Desktop.
try:
# 処理
expect Exception as e:
if str(e) = 'エラー文':
pass
else:
print(e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment