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

 ##########
 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:
   Is this ever possible to hit?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to