utkarsharma2 opened a new pull request, #35016:
URL: https://github.com/apache/airflow/pull/35016
The following line when added to the error message and printed to the
console -
```
[yellow]Additional check[/]: If there are deprecated modules in the list,
please add them to DEPRECATED_MODULES in
scripts/in_container/run_provider_yaml_files_check.py[/]
```
Results in the below error because of extra `[/]`:
```
Traceback (most recent call last):
File "/Applications/PyCharm
CE.app/Contents/plugins/python-ce/helpers/pydev/pydevconsole.py", line 364, in
runcode
coro = func()
File "<input>", line 1, in <module>
File
"/Users/utkarsharma/sandbox/airflow-sandbox/venv_3.10/lib/python3.10/site-packages/rich/console.py",
line 1673, in print
renderables = self._collect_renderables(
File
"/Users/utkarsharma/sandbox/airflow-sandbox/venv_3.10/lib/python3.10/site-packages/rich/console.py",
line 1537, in _collect_renderables
self.render_str(
File
"/Users/utkarsharma/sandbox/airflow-sandbox/venv_3.10/lib/python3.10/site-packages/rich/console.py",
line 1429, in render_str
rich_text = render_markup(
File
"/Users/utkarsharma/sandbox/airflow-sandbox/venv_3.10/lib/python3.10/site-packages/rich/markup.py",
line 168, in render
raise MarkupError(
rich.errors.MarkupError: closing tag '[/]' at position 562 has nothing to
close
```
--
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]