Skip to content

Commit 54005bc

Browse files
docs: fix docstring for target=None in is_transient_error (all patterns checked, not just common)
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 532e592 commit 54005bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elementary/clients/dbt/transient_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def is_transient_error(
126126
adapter's patterns (plus ``_COMMON``) are used. When it does
127127
**not** match any known adapter, **all** adapter patterns are
128128
checked defensively to avoid missing transient errors.
129-
When ``None`` only the common patterns are checked.
129+
When ``None``, all adapter patterns are checked defensively.
130130
output:
131131
The captured stdout of the dbt command (may be ``None``).
132132
stderr:

0 commit comments

Comments
 (0)