Skip to content

Commit 542a9b1

Browse files
author
zaihuaji
committed
return rstat
1 parent fd31281 commit 542a9b1

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.11"
7+
version = "2.0.12"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]

src/rda_python_common/pg_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ def send_request_email_notice(self, pgrqst, errmsg, fcount, rstat, readyfile = N
14351435
rf.write(ebuf)
14361436
rf.close()
14371437
self.set_local_mode(readyfile, 1, self.PGLOG['FILEMODE'])
1438-
return rstat
1438+
return rstat
14391439

14401440
# cache partition process error to existing email buffer
14411441
def cache_partition_email_error(self, ridx, errmsg):

0 commit comments

Comments
 (0)