jscheffl commented on code in PR #57700:
URL: https://github.com/apache/airflow/pull/57700#discussion_r2506865693


##########
airflow-core/tests/unit/plugins/test_plugin_ignore.py:
##########
@@ -104,8 +104,8 @@ def test_find_not_should_ignore_path_glob(self, tmp_path):
         }
         ignore_list_file = ".airflowignore_glob"
         print("-" * 20)
-        for file_path in find_path_from_directory(plugin_folder_path, 
ignore_list_file, "glob"):
-            file_path = Path(file_path)
+        for file_path_raw in find_path_from_directory(plugin_folder_path, 
ignore_list_file, "glob"):
+            file_path = Path(file_path_raw)

Review Comment:
   Ah another naming nit, thanks! Applied



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