Skip to content

Commit 9d1aa7e

Browse files
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent b0932a1 commit 9d1aa7e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cosmos/operators/local.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -901,8 +901,10 @@ def execute(self, context: Context, **kwargs: Any) -> None:
901901
result = self.build_and_run_cmd(context=context, cmd_flags=self.add_cmd_flags())
902902
except CosmosDbtRunError as e:
903903
if self.no_retries_on_test_failure:
904-
self.log.error("DBT test failed and `no_retries_on_test_failure=True`, "
905-
"raising AirflowFailException to prevent retries.")
904+
self.log.error(
905+
"DBT test failed and `no_retries_on_test_failure=True`, "
906+
"raising AirflowFailException to prevent retries."
907+
)
906908
raise AirflowFailException(e)
907909
raise
908910

0 commit comments

Comments
 (0)