dstandish commented on code in PR #45721:
URL: https://github.com/apache/airflow/pull/45721#discussion_r1919363562


##########
airflow/dag_processing/bundles/local.py:
##########
@@ -19,21 +19,25 @@
 
 from pathlib import Path
 
+from airflow import settings
 from airflow.dag_processing.bundles.base import BaseDagBundle
 
 
 class LocalDagBundle(BaseDagBundle):
     """
     Local DAG bundle - exposes a local directory as a DAG bundle.
 
-    :param local_folder: Local folder where the DAGs are stored
+    :param directory: Local directory where the DAGs are stored

Review Comment:
   path feels a little more familiar but 🤷 



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to