Skip to content

Commit

Permalink
[AIRFLOW-5497] Update docstring in airflow/utils/dag_processing.py (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Chiang authored and ashb committed Oct 14, 2019
1 parent 1a4c164 commit bb93a75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/utils/dag_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,9 @@ def list_py_file_paths(directory, safe_mode=conf.getboolean('core', 'DAG_DISCOVE
contains Airflow DAG definitions. If not provided, use the
core.DAG_DISCOVERY_SAFE_MODE configuration setting. If not set, default
to safe.
:type safe_mode: bool
:param include_examples: include example DAGs
:type include_examples: bool
:return: a list of paths to Python files in the specified directory
:rtype: list[unicode]
"""
Expand Down

0 comments on commit bb93a75

Please sign in to comment.