Skip to content

Commit 425db4f

Browse files
committed
Update name
1 parent aae45e4 commit 425db4f

File tree

1 file changed

+1
-1
lines changed
  • ansible_base/lib/utils

1 file changed

+1
-1
lines changed

ansible_base/lib/utils/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def advisory_lock(*args, lock_session_timeout_milliseconds=0, **kwargs):
161161

162162

163163
def psycopg_connection_from_django(**kwargs) -> psycopg.Connection:
164-
"""Compatibility with dispatcher connection factory, just returns the Django connection
164+
"""Compatibility with dispatcherd connection factory, just returns the Django connection
165165
166166
dispatcherd passes config info as kwargs, but in this case we just want to ignore then.
167167
Because the point of this it to not reconnect, but rely on existing Django connection management.

0 commit comments

Comments
 (0)