You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bo...@apache.org on 2017/11/10 07:52:27 UTC

incubator-airflow git commit: [AIRFLOW-1799] Fix logging line which raises errors

Repository: incubator-airflow
Updated Branches:
  refs/heads/master cbb00d405 -> f14f8558b


[AIRFLOW-1799] Fix logging line which raises errors

Closes #2777 from ryancbuckley/log-syntax-fix


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f14f8558
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f14f8558
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f14f8558

Branch: refs/heads/master
Commit: f14f8558be08b8175c0f88f8cf02be3e7583151f
Parents: cbb00d4
Author: Ryan Buckley <ry...@bluecore.com>
Authored: Fri Nov 10 08:52:21 2017 +0100
Committer: Bolke de Bruin <bo...@xs4all.nl>
Committed: Fri Nov 10 08:52:21 2017 +0100

----------------------------------------------------------------------
 airflow/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f14f8558/airflow/models.py
----------------------------------------------------------------------
diff --git a/airflow/models.py b/airflow/models.py
index 1686ea7..ab83563 100755
--- a/airflow/models.py
+++ b/airflow/models.py
@@ -2159,7 +2159,7 @@ class BaseOperator(LoggingMixin):
 
         if schedule_interval:
             self.log.warning(
-                "schedule_interval is used for {}, though it has "
+                "schedule_interval is used for %s, though it has "
                 "been deprecated as a task parameter, you need to "
                 "specify it as a DAG parameter instead",
                 self