We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fe721 commit ab7c049Copy full SHA for ab7c049
src/seabreeze/cseabreeze/c_seabreeze_wrapper.pyx
@@ -35,6 +35,8 @@ DEF _MAXBUFLEN = 32
35
DEF _MAXDBUFLEN = 256
36
37
38
+# DO NOT DIRECTLY IMPORT EXCEPTIONS FROM HERE!
39
+# ALWAYS IMPORT FROM `seabreeze.spectrometers`
40
class SeaBreezeError(Exception):
41
42
_error_msgs = (
src/seabreeze/pyseabreeze/exceptions.py
@@ -1,11 +1,10 @@
1
-"""custom seabreeze exceptions
2
-
3
-"""
+"""custom seabreeze exceptions"""
4
5
6
7
"""SeaBreezeError base class"""
8
9
pass
10
11
0 commit comments