Skip to content

Commit 55401ea

Browse files
committed
Refactor line width
1 parent 611fc4f commit 55401ea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

can/logger.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,9 @@ def main() -> None:
170170
"--file_size",
171171
dest="file_size",
172172
type=int,
173-
help="Maximum file size in bytes (or for the case of blf, maximum buffer size before compression and flush to "
174-
"file). Rotate log file when size threshold is reached.",
173+
help="Maximum file size in bytes (or for the case of blf, maximum "
174+
"buffer size before compression and flush to file). Rotate log "
175+
"file when size threshold is reached.",
175176
default=None,
176177
)
177178

0 commit comments

Comments
 (0)