gyli commented on code in PR #51308: URL: https://github.com/apache/airflow/pull/51308#discussion_r2134377702
########## airflow-core/docs/core-concepts/debug.rst: ########## @@ -78,13 +78,13 @@ Run ``python -m pdb <path to dag file>.py`` for an interactive debugging experie .. code-block:: bash - root@ef2c84ad4856:/opt/airflow# python -m pdb airflow/example_dags/example_bash_operator.py - > /opt/airflow/airflow/example_dags/example_bash_operator.py(18)<module>() + root@ef2c84ad4856:/opt/airflow# python -m pdb airflow-core/src/airflow/example_dags/example_bash_operator.py + > /opt/airflow/airflow-core/src/airflow/example_dags/example_bash_operator.py(18)<module>() Review Comment: Updated -- 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]
