rda-python-common 1.0.21__py3-none-any.whl → 1.0.24__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rda-python-common might be problematic. Click here for more details.
- rda_python_common/PgCMD.py +4 -1
- rda_python_common/PgOPT.py +1 -1
- {rda_python_common-1.0.21.dist-info → rda_python_common-1.0.24.dist-info}/METADATA +1 -1
- {rda_python_common-1.0.21.dist-info → rda_python_common-1.0.24.dist-info}/RECORD +7 -7
- {rda_python_common-1.0.21.dist-info → rda_python_common-1.0.24.dist-info}/WHEEL +1 -1
- {rda_python_common-1.0.21.dist-info → rda_python_common-1.0.24.dist-info}/licenses/LICENSE +0 -0
- {rda_python_common-1.0.21.dist-info → rda_python_common-1.0.24.dist-info}/top_level.txt +0 -0
rda_python_common/PgCMD.py
CHANGED
|
@@ -289,7 +289,10 @@ def get_dsrqst_control(pgrqst, logact = 0):
|
|
|
289
289
|
pgctl = None
|
|
290
290
|
if not pgctl:
|
|
291
291
|
gcnd = "dsid = '{}' AND gindex = ".format(pgrqst['dsid'])
|
|
292
|
-
|
|
292
|
+
if pgrqst['rqsttype'] in "ST":
|
|
293
|
+
tcnd = " AND (rqsttype = 'T' OR rqsttype = 'S')"
|
|
294
|
+
else:
|
|
295
|
+
tcnd = " AND rqsttype = '{}'".format(pgrqst['rqsttype'])
|
|
293
296
|
gindex = pgrqst['gindex']
|
|
294
297
|
while True:
|
|
295
298
|
pgctl = PgDBI.pgget("rcrqst", cflds, "{}{}{}".format(gcnd, gindex, tcnd), logact)
|
rda_python_common/PgOPT.py
CHANGED
|
@@ -90,7 +90,7 @@ PGOPT = {
|
|
|
90
90
|
'PEMAX' : 12, # max count of reuqest partition errors for auto reprocesses
|
|
91
91
|
'PTMAX' : 24, # max number of partitions for a single request
|
|
92
92
|
'REMAX' : 2, # max count of reuqest errors for auto reprocesses
|
|
93
|
-
'RSMAX' :
|
|
93
|
+
'RSMAX' : 100, # max count of gatherxml with options -R -S
|
|
94
94
|
'RCNTL' : None, # placehold for a request control record
|
|
95
95
|
'dcm' : "dcm",
|
|
96
96
|
'sdp' : "sdp",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rda_python_common
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.24
|
|
4
4
|
Summary: RDA Python common library codes shared by other RDA python packages
|
|
5
5
|
Author-email: Zaihua Ji <zji@ucar.edu>
|
|
6
6
|
Project-URL: Homepage, https://github.com/NCAR/rda-python-common
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
rda_python_common/PgCMD.py,sha256=
|
|
1
|
+
rda_python_common/PgCMD.py,sha256=EYjG2Z4zEnvsXE1z-jt5UaNoEKxnOYYiMMzvW6HrKA4,20597
|
|
2
2
|
rda_python_common/PgDBI.py,sha256=iGy0SQZsdVbSz2ewTIUK3e-RQBC5eQM9-_XUcFU1c50,74211
|
|
3
3
|
rda_python_common/PgFile.py,sha256=756onQnWH_MK8llF0-8b6yV6KC1eY_eCPEkygxeJQQU,98460
|
|
4
4
|
rda_python_common/PgLOG.py,sha256=DFCQgcmbU04H6Kz9X9nxuFdLA1VNRBQefRvK8LvO9Pw,54273
|
|
5
5
|
rda_python_common/PgLock.py,sha256=12i84nsGBuifSyPnm8IR63LvHvRuVU573D5QKFlHdOI,22623
|
|
6
|
-
rda_python_common/PgOPT.py,sha256=
|
|
6
|
+
rda_python_common/PgOPT.py,sha256=JbzLCkJ_RYR95fDCKyT1uxJAddYB6FuPs3L47PxcuKs,55445
|
|
7
7
|
rda_python_common/PgSIG.py,sha256=oDXcSnnzW6wKm_cSpFxQZWAo2hpPPTcuNDYhPSNQcRc,35607
|
|
8
8
|
rda_python_common/PgSplit.py,sha256=QKPbF55m8KCTGmwVwL3uG_nuylCC4FSVfLuXeLjJHbE,8816
|
|
9
9
|
rda_python_common/PgUtil.py,sha256=OqESKCd72b9g8m8jwjPJhXDtPYlW6G8oSOhwChvz2Cg,48600
|
|
10
10
|
rda_python_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
rda_python_common-1.0.
|
|
12
|
-
rda_python_common-1.0.
|
|
13
|
-
rda_python_common-1.0.
|
|
14
|
-
rda_python_common-1.0.
|
|
15
|
-
rda_python_common-1.0.
|
|
11
|
+
rda_python_common-1.0.24.dist-info/licenses/LICENSE,sha256=1dck4EAQwv8QweDWCXDx-4Or0S8YwiCstaso_H57Pno,1097
|
|
12
|
+
rda_python_common-1.0.24.dist-info/METADATA,sha256=LtSYAwFwFwOoF4qwTkF4CjGJ4VdTan9JFupfNiTO2wI,716
|
|
13
|
+
rda_python_common-1.0.24.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
rda_python_common-1.0.24.dist-info/top_level.txt,sha256=KVQmx7D3DD-jsiheqL8HdTrRE14hpRnZY5_ioMArA5k,18
|
|
15
|
+
rda_python_common-1.0.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|