File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " rda_python_common"
7- version = " 2.0.8 "
7+ version = " 2.0.10 "
88authors = [
99 { name =" Zaihua Ji" , email =" zji@ucar.edu" },
1010]
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments