jedcunningham commented on code in PR #46029:
URL: https://github.com/apache/airflow/pull/46029#discussion_r1931565672
##########
tests_common/pytest_plugin.py:
##########
@@ -834,6 +834,7 @@ def __exit__(self, type, value, traceback):
return
dag.clear(session=self.session)
+ dag.relative_fileloc = dag.fileloc
Review Comment:
hmm, weird! I guess in an old version you'd just be swapping the method for
a string, which is "fine" I guess. I'd still move it.
--
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]