Skip to content
Snippets Groups Projects
Verified Commit 5e92279f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

STY: autopep8'ed test_error_stuff

parent deffbd39
Branches
Tags
No related merge requests found
...@@ -43,7 +43,7 @@ import pytest ...@@ -43,7 +43,7 @@ import pytest
def setup(): def setup():
try: try:
h.execute_query("FIND Test*").delete() h.execute_query("FIND Test*").delete()
except: except BaseException:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment