Skip to content

Commit ca29f7d

Browse files
author
zaihuaji
committed
v2.0.10
1 parent b07a66c commit ca29f7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "2.0.8"
7+
version = "2.0.10"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/pg_dbi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def aborttran(self, autocommit = True):
248248
# record error message to dscheck record and clean the lock
249249
def record_dscheck_error(self, errmsg, logact = None):
250250
if logact is None: logact = self.PGDBI['EXITLG']
251-
check = PgLOG.PGLOG['DSCHECK']
251+
check = self.PGLOG['DSCHECK']
252252
chkcnd = check['chkcnd'] if 'chkcnd' in check else "cindex = {}".format(check['cindex'])
253253
dflags = check['dflags'] if 'dflags' in check else ''
254254
if self.PGLOG['NOQUIT']: self.PGLOG['NOQUIT'] = 0

0 commit comments

Comments
 (0)