ashb commented on a change in pull request #4743: [AIRFLOW-3871] render
Operators template fields recursively
URL: https://github.com/apache/airflow/pull/4743#discussion_r279771180
##########
File path: tests/operators/test_python_operator.py
##########
@@ -85,6 +87,10 @@ def setUp(self):
self.addCleanup(self.dag.clear)
self.clear_run()
self.addCleanup(self.clear_run)
+ try:
Review comment:
Minor point, but since we are making other changes: could you move this to
tearDown as it is cleanup code
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services