mik-laj commented on a change in pull request #19099:
URL: https://github.com/apache/airflow/pull/19099#discussion_r732766014
##########
File path: airflow/models/taskinstance.py
##########
@@ -1267,8 +1267,8 @@ def _date_or_empty(self, attr: str):
def _log_state(self, lead_msg: str = ''):
self.log.info(
'%sMarking task as %s.'
- + ' dag_id=%s, task_id=%s,'
- + ' execution_date=%s, start_date=%s, end_date=%s',
+ ' dag_id=%s, task_id=%s,'
+ ' execution_date=%s, start_date=%s, end_date=%s',
Review comment:
This probably won't work if the text is not in parentheses.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]