Skip to content

Commit

Permalink
updates for pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Aug 3, 2023
1 parent 38b2ce0 commit 2aba5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
except Exception as e:
H5CPP_AVAILABLE = False
print("h5cpp is not available: %s" % e)


if not PNI_AVAILABLE and not H5PY_AVAILABLE and not H5CPP_AVAILABLE:
raise Exception("Please install h5py, h5cpp or pni")
Expand Down

0 comments on commit 2aba5f1

Please sign in to comment.