potiuk commented on a change in pull request #4938: [AIRFLOW-4117] 
Multi-staging Image - Travis CI tests [Step 3/3]
URL: https://github.com/apache/airflow/pull/4938#discussion_r299361912
 
 

 ##########
 File path: airflow/plugins_manager.py
 ##########
 @@ -120,6 +120,9 @@ def is_valid_plugin(plugin_obj, existing_plugins):
 
 norm_pattern = re.compile(r'[/|.]')
 
+if settings.PLUGINS_FOLDER is None:
+    raise AirflowPluginException("Plugins folder is not set")
 
 Review comment:
   I think I hit it once - but it could be due to misconfiguration or error why 
generating settings. I don't think there is harm in keeping it :). It's more of 
a sanity check.

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