The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/69572-triggerer-traceback has failed.
Run started by GitHub user stantheman0128 (triggered by bbovenzi).

Head commit for run:
007ad3a5991a717a7f4a90ddbd173ca127e87c76 / stantheman0128 
<[email protected]>
Fix the caret for end-of-line syntax errors and the run-on traceback

The caret was dropped whenever the offset pointed at the column just past
the last character, which is where the commonest syntax errors point:
a missing colon, a dangling operator. A source line consisting only of
indentation was dropped whole, losing the position that an
IndentationError reports.

In the log view a rendered traceback ran straight into the event text,
and any error_detail that was neither a list nor a string still reached
.map(). Break the line, and key the structured path off Array.isArray.

The supervisor comment claimed the search handlers render the frames
themselves. They do not: that code is never called. Say only what the
live readers do.

Report URL: https://github.com/apache/airflow/actions/runs/31193237302

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to