Skip to content

Commit 4e8878c

Browse files
dbasunagclaude
andcommitted
chore: resolve conflicts
Signed-off-by: Debarati Basu-Nag <dbasunag@redhat.com> Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 29b3efa commit 4e8878c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/opendatahub_logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def format(self, record: logging.LogRecord) -> str:
116116
try:
117117
json.loads(msg)
118118
return msg
119-
except (json.JSONDecodeError, TypeError):
119+
except json.JSONDecodeError, TypeError:
120120
return json.dumps({
121121
"timestamp": datetime.fromtimestamp(record.created, tz=UTC).isoformat(),
122122
"logger": record.name,

0 commit comments

Comments
 (0)