Skip to content

Commit 3307086

Browse files
pre-commit-ci[bot]pankajastro
authored andcommitted
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
1 parent d73c644 commit 3307086

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
@@ -929,8 +929,10 @@ def execute(self, context: Context, **kwargs: Any) -> None:
929929
result = self.build_and_run_cmd(context=context, cmd_flags=self.add_cmd_flags())
930930
except CosmosDbtRunError as e:
931931
if self.no_retries_on_test_failure:
932-
self.log.error("DBT test failed and `no_retries_on_test_failure=True`, "
933-
"raising AirflowFailException to prevent retries.")
932+
self.log.error(
933+
"DBT test failed and `no_retries_on_test_failure=True`, "
934+
"raising AirflowFailException to prevent retries."
935+
)
934936
raise AirflowFailException(e)
935937
raise
936938

0 commit comments

Comments
 (0)