Skip to content

Commit 2169a42

Browse files
committed
formatting
1 parent 16a533f commit 2169a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

luxonis_ml/utils/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def setup_logging(
7979
sys.stderr,
8080
level=level,
8181
format="[{level}] {message} | {function}:{line}",
82-
filter=lambda record: "file_only" not in record["extra"]
82+
filter=lambda record: "file_only" not in record["extra"],
8383
)
8484

8585
if file is not None:

0 commit comments

Comments
 (0)