Skip to content

Commit 3dc6028

Browse files
Update can/io/logger.py
Co-authored-by: zariiii9003 <[email protected]>
1 parent cc18642 commit 3dc6028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def compress(
107107
File will automatically recompress upon close.
108108
"""
109109
real_suffix = pathlib.Path(filename).suffixes[-2].lower()
110-
if real_suffix in Logger.incompatible_gzip:
110+
if real_suffix in (".blf", ".db"):
111111
raise ValueError(
112112
f"The file type {real_suffix} is currently incompatible with gzip."
113113
)

0 commit comments

Comments
 (0)