Skip to content

Commit

Permalink
ci: don't cover logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Nov 18, 2024
1 parent f940054 commit 1c4eec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aim/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
structlog.processors.add_log_level,
]

if sys.stderr.isatty():
if sys.stderr.isatty(): # pragma: no cover
# Pretty printing when we run in a terminal session.
# Automatically prints pretty tracebacks when "rich" is installed

Expand Down

0 comments on commit 1c4eec3

Please sign in to comment.