shairubin / fun_with_ast

let's have fun manipulating ASTs in Python
Apache License 2.0
0 stars 1 forks source link

FieldPlaceholder for field "orelse"]", this error resulted: #217

Closed shairubin closed 4 months ago

shairubin commented 4 months ago

def main() -> None:

job_link = f"[job]({run_url})" if run_url is not None else "job"

msg = (
    f"The {args.action} {job_link} was canceled. If "
    #+ f" then you can re trigger it through [pytorch-bot]({BOT_COMMANDS_WIKI})."
)