This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a7e4730 Make code snippet appear again (#22163)
a7e4730 is described below
commit a7e4730a43a6dfa8b7df1b39c15a28b01bc622da
Author: Jeroen Van Goey <[email protected]>
AuthorDate: Sun Mar 13 13:47:00 2022 +0100
Make code snippet appear again (#22163)
Due to some erroneous extra dots, the reStructuredText got mangled and the
code snippet was no longer visible.
---
CONTRIBUTORS_QUICK_START.rst | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/CONTRIBUTORS_QUICK_START.rst b/CONTRIBUTORS_QUICK_START.rst
index c72f080..2b9d636 100644
--- a/CONTRIBUTORS_QUICK_START.rst
+++ b/CONTRIBUTORS_QUICK_START.rst
@@ -556,7 +556,6 @@ Setting up Debug
- Add a ``__main__`` block at the end of your DAG file to make it runnable. It
will run a ``back_fill`` job:
.. code-block:: python
- ...
if __name__ == "__main__":
dag.clear()
@@ -1355,7 +1354,7 @@ Setting up Debug
- Add a ``__main__`` block at the end of your DAG file to make it runnable. It
will run a ``back_fill`` job:
.. code-block:: python
- ...
+
if __name__ == "__main__":
dag.clear()