potiuk commented on a change in pull request #18478:
URL: https://github.com/apache/airflow/pull/18478#discussion_r715740117
##########
File path: airflow/models/dagbag.py
##########
@@ -316,7 +316,14 @@ def _load_modules_from_file(self, filepath, safe_mode):
if mod_name in sys.modules:
del sys.modules[mod_name]
- timeout_msg = f"DagBag import timeout for {filepath} after
{self.DAGBAG_IMPORT_TIMEOUT}s"
+ timeout_msg = (
+ f"DagBag import timeout for {filepath} after
{self.DAGBAG_IMPORT_TIMEOUT}s.\n"
Review comment:
Recovered :)
--
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]