[
https://issues.apache.org/jira/browse/AIRFLOW-4154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiaodong DENG updated AIRFLOW-4154:
-----------------------------------
Description:
There are improper string formatting, like
- ["{}".format(x) for x in tis_to_set_to_scheduled])
- using .format in log calls
was:
There are improper string formatting, like
- ["{}".format(x) for x in tis_to_set_to_scheduled])
- using .format in log calls
> Correct string formatting in jobs.py
> ------------------------------------
>
> Key: AIRFLOW-4154
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4154
> Project: Apache Airflow
> Issue Type: Task
> Affects Versions: 1.10.2
> Reporter: Xiaodong DENG
> Assignee: Xiaodong DENG
> Priority: Minor
>
> There are improper string formatting, like
>
> - ["{}".format(x) for x in tis_to_set_to_scheduled])
> - using .format in log calls
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)