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


##########
airflow/dag_processing/bundles/base.py:
##########
@@ -72,7 +75,7 @@ def _dag_bundle_root_storage_path(self) -> Path:
         """
         Where bundles can store DAGs on disk (if local disk is required).
 
-        This is the root path, shared by various bundles. Each bundle should 
have its own subdirectory.
+        This is the root path, shared by various bundles. Each bundle should 
use its own subdirectory.

Review Comment:
   ```suggestion
           This is the root bundle storage path, common to all bundles. Each 
bundle should use a subdirectory of this path.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to