You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/27 04:13:22 UTC

[GitHub] rchamarthi commented on a change in pull request #4598: [AIRFLOW-3774] Register blueprints with app

rchamarthi commented on a change in pull request #4598: [AIRFLOW-3774] Register blueprints with app
URL: https://github.com/apache/airflow/pull/4598#discussion_r251220763
 
 

 ##########
 File path: airflow/www/app.py
 ##########
 @@ -154,6 +156,9 @@ def integrate_plugins():
                                         href=ml["href"],
                                         category=ml["category"],
                                         category_icon=ml["category_icon"])
+                for bp in sorted(flask_blueprints, key=lambda x: x["name"]):
+                    log.debug("Adding blueprint %s", bp["name"],bp["name"])
 
 Review comment:
   ```suggestion
                       log.debug("Adding blueprint %s", bp["name"])
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services