Fokko commented on a change in pull request #4086: [AIRFLOW-3245] fix list 
processing in resolve_template_files
URL: https://github.com/apache/incubator-airflow/pull/4086#discussion_r231701240
 
 

 ##########
 File path: tests/models.py
 ##########
 @@ -454,6 +454,48 @@ def jinja_udf(name):
         result = task.render_template('', "{{ 'world' | hello}}", dict())
         self.assertEqual(result, 'Hello world')
 
+    def test_resolve_template_files_value(self):
+
+        f = NamedTemporaryFile(suffix='.template')
 
 Review comment:
   Please use with comprehension here

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to