We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a533f commit 2169a42Copy full SHA for 2169a42
luxonis_ml/utils/logging.py
@@ -79,7 +79,7 @@ def setup_logging(
79
sys.stderr,
80
level=level,
81
format="[{level}] {message} | {function}:{line}",
82
- filter=lambda record: "file_only" not in record["extra"]
+ filter=lambda record: "file_only" not in record["extra"],
83
)
84
85
if file is not None:
0 commit comments