You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/30 14:04:48 UTC

[GitHub] [airflow] uranusjr commented on issue #16725: filesensor wildcard matching does not recognize directories

uranusjr commented on issue #16725:
URL: https://github.com/apache/airflow/issues/16725#issuecomment-871434657


   We should change the logic to use `pathlib.Path.glob()` instead, which automatically handles recursive globbing. (Or `glob.rglob()` but pathlib is easier to use IMO.)


-- 
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-unsubscribe@airflow.apache.org

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