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.14 "
7+ version = " 2.0.15 "
88authors = [
99 { name =" Zaihua Ji" , email =" zji@ucar.edu" },
1010]
Original file line number Diff line number Diff line change @@ -1032,7 +1032,7 @@ def set_common_pglog(self):
10321032 self .PGLOG ['CURBID' ] = 0
10331033 self .PGLOG ['PGBATCH' ] = ''
10341034 pgpath = self .PGLOG ['HOMEBIN' ]
1035- self .PGLOG ['LOCHOME' ] = "/ncar/rda /setuid"
1035+ self .PGLOG ['LOCHOME' ] = "/ncar/gdex /setuid"
10361036 if not op .isdir (self .PGLOG ['LOCHOME' ]): self .PGLOG ['LOCHOME' ] = "/usr/local/decs"
10371037 pgpath += ":{}/bin" .format (self .PGLOG ['LOCHOME' ])
10381038 locpath = "{}/bin/{}" .format (self .PGLOG ['DSSHOME' ], self .PGLOG ['HOSTTYPE' ])
You can’t perform that action at this time.
0 commit comments