sumous commented on a change in pull request #5129: [AIRFLOW-4347] fix 
WEBSERVER_CONFIG when AIRFLOW_HOME=./
URL: https://github.com/apache/airflow/pull/5129#discussion_r276633389
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -588,7 +588,7 @@ def parameterized_config(template):
     )
 
 
-WEBSERVER_CONFIG = AIRFLOW_HOME + '/webserver_config.py'
+WEBSERVER_CONFIG = os.path.abspath(AIRFLOW_HOME + '/webserver_config.py')
 
 Review comment:
   Or could we give a message of this?

----------------------------------------------------------------
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

Reply via email to