Skip to content

Commit bfc3283

Browse files
committed
Update can/io/player.py
1 parent fe74050 commit bfc3283

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

can/io/player.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ class LogReader(BaseIOHandler):
3232
* .db
3333
* .log
3434
35-
Or any of the above compressed using gzip (.gz)
35+
Gzip compressed files can be used as long as the original
36+
files suffix is one of the above (e.g. filename.asc.gz).
37+
3638
3739
Exposes a simple iterator interface, to use simply:
3840

0 commit comments

Comments
 (0)