We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f4bd8 commit 134e465Copy full SHA for 134e465
1 file changed
pvlib/iotools/pan_binary.py
@@ -90,7 +90,7 @@ def _find_marker_index(marker, start_index, byte_array):
90
if found_index != -1:
91
return found_index + 1
92
if found_index is None:
93
- raise ValueError(f"Marker {marker} not found in byte array")
+ raise ValueError(f"Marker {marker} is not in byte array")
94
return found_index
95
96
0 commit comments