Skip to content

Commit 134e465

Browse files
committed
flake8
1 parent b5f4bd8 commit 134e465

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pvlib/iotools/pan_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _find_marker_index(marker, start_index, byte_array):
9090
if found_index != -1:
9191
return found_index + 1
9292
if found_index is None:
93-
raise ValueError(f"Marker {marker} not found in byte array")
93+
raise ValueError(f"Marker {marker} is not in byte array")
9494
return found_index
9595

9696

0 commit comments

Comments
 (0)