Skip to content

Commit 7b264b2

Browse files
committed
fix improper issue of warning
1 parent 7cbb6ca commit 7b264b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dascore/core/spool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def __iter__(self):
421421
# This is the expected #583 case where patch coordinates don't align
422422
msg = (
423423
f"Skipping patch at index {ind} due to coordinate mismatch "
424-
f"(#583): {msg_str}",
424+
f"(#583): {msg_str}"
425425
)
426426
warnings.warn(msg, UserWarning, stacklevel=2)
427427
else:

0 commit comments

Comments
 (0)