[Git][qa/jenkins.debian.net][master] typo
Mattia Rizzolo (@mattia)
gitlab at salsa.debian.org
Mon Aug 11 16:45:34 BST 2025
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
02b85c32 by Mattia Rizzolo at 2025-08-11T17:45:11+02:00
typo
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
1 changed file:
- bin/rblib/__init__.py
Changes:
=====================================
bin/rblib/__init__.py
=====================================
@@ -44,7 +44,7 @@ def query_db(query, *args, **kwargs):
# be lazy (and probably a bit unsafe) and make them into ClauseElement
query = text(query)
try:
- with conn_db.beging() as transaction:
+ with conn_db.begin() as transaction:
result = conn_db.execute(query, *args, **kwargs)
transaction.commit()
except OperationalError as ex:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/02b85c3226ef4468142186ec10f6d0512b69357e
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/02b85c3226ef4468142186ec10f6d0512b69357e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20250811/51f80e2d/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list