Skip to content

Commit 0783a7c

Browse files
felixdivochristiansandberg
authored andcommitted
Update can/io/logger.py
Co-authored-by: Christian Sandberg <[email protected]>
1 parent 8a1a593 commit 0783a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/io/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Logger(BaseIOHandler, Listener): # pylint: disable=abstract-method
5555
fetched_plugins = False
5656
message_writers = {
5757
".asc": ASCWriter,
58-
".asc,gz": CompressedASCWriter,
58+
".asc.gz": CompressedASCWriter,
5959
".blf": BLFWriter,
6060
".csv": CSVWriter,
6161
".db": SqliteWriter,

0 commit comments

Comments
 (0)