Skip to content

Commit

Permalink
Removed debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Mar 20, 2023
1 parent 76dcd9e commit 89bb4f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ontobot_change_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ def process_issue(
formatted_body += _list_to_markdown(KGCL_COMMANDS)
formatted_body += "</br>Fixes #" + str(issue["number"])
# TODO: remove `set-output` when env var setting is confirmed.
import pdb; pdb.set_trace()
if os.getenv("GITHUB_ENV"):
with open(os.getenv("GITHUB_ENV"), "a") as env: # type: ignore
print(f"PR_BODY={formatted_body}", file=env)
Expand Down

0 comments on commit 89bb4f4

Please sign in to comment.