Content-Length: 265602 | pFad | http://github.com/apache/airflow/commit/8e97af069a82ba7c7318f41357bb9d58ac7a0d36

21 ci(script): fix check_deferrable_default.py target path (#50934) · apache/airflow@8e97af0 · GitHub
Skip to content

Commit 8e97af0

Browse files
authored
ci(script): fix check_deferrable_default.py target path (#50934)
1 parent 1f192bd commit 8e97af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/pre_commit/check_deferrable_default.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ def _fix_invalid_deferrable_default_value(module_filename: str) -> None:
106106

107107
def main() -> int:
108108
modules = itertools.chain(
109-
glob.glob(f"{ROOT_DIR}/airflow/**/sensors/**.py", recursive=True),
110-
glob.glob(f"{ROOT_DIR}/airflow/**/operators/**.py", recursive=True),
109+
glob.glob(f"{ROOT_DIR}/**/sensors/**.py", recursive=True),
110+
glob.glob(f"{ROOT_DIR}/**/operators/**.py", recursive=True),
111111
)
112112

113113
errors = [error for module in modules for error in iter_check_deferrable_default_errors(module)]

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/apache/airflow/commit/8e97af069a82ba7c7318f41357bb9d58ac7a0d36

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy