Skip to content

Commit

Permalink
fix: add json dump back
Browse files Browse the repository at this point in the history
  • Loading branch information
BoYanZh committed Nov 25, 2024
1 parent 7d48a2d commit da28e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion joint_teapot/app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import json
import os
from datetime import datetime
from datetime import datetime, timedelta
from pathlib import Path
from time import sleep
from typing import TYPE_CHECKING, List
Expand Down Expand Up @@ -556,6 +556,7 @@ def joj3_all(
body={"title": title, "body": comment},
)
res["issue"] = joj3_issue.number
print(json.dumps(res)) # print result to stdout for joj3
if skip_scoreboard and skip_failed_table:
return
lock_file_path = os.path.join(
Expand Down

0 comments on commit da28e15

Please sign in to comment.