kaxil commented on a change in pull request #4705: [AIRFLOW-3743] Unify different methods of working out AIRFLOW_HOME URL: https://github.com/apache/airflow/pull/4705#discussion_r268410311
########## File path: airflow/__init__.py ########## @@ -37,9 +37,6 @@ from airflow.models import DAG from airflow.exceptions import AirflowException -if settings.DAGS_FOLDER not in sys.path: Review comment: Why are we removing this from here?? I see that we have the same logic in `airflow/settings.py` but have not investigated why! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
