Skip to content

Commit 91adffe

Browse files
committed
re-activated final output
1 parent 26dbea6 commit 91adffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

middleware/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ async def main():
339339
if git_repo:
340340
git_repo.push()
341341

342-
# print(json.dumps(full_report, indent=2, ensure_ascii=False, sort_keys=True))
342+
print(json.dumps(full_report, indent=2, ensure_ascii=False, sort_keys=True))
343343
# pylint: disable-next=broad-except
344344
except Exception as e:
345345
otel_span = trace.get_current_span()

0 commit comments

Comments
 (0)