Skip to content

Commit f77cb85

Browse files
authored
Merge pull request #83 from NCAR/hua-work-common
/ncar/gdex/setuid
2 parents b75a872 + 725b0b4 commit f77cb85

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

src/rda_python_common/pg_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'])

0 commit comments

Comments
 (0)