Skip to content

Commit ae463f7

Browse files
author
zaihuaji
committed
rda=> gdex
1 parent 725b0b4 commit ae463f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rda_python_common/PgLOG.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ def set_common_pglog():
13051305
PGLOG['PGBATCH'] = ''
13061306

13071307
pgpath = PGLOG['HOMEBIN']
1308-
PGLOG['LOCHOME'] = "/ncar/rda/setuid"
1308+
PGLOG['LOCHOME'] = "/ncar/gdex/setuid"
13091309
if not op.isdir(PGLOG['LOCHOME']): PGLOG['LOCHOME'] = "/usr/local/decs"
13101310
pgpath += ":{}/bin".format(PGLOG['LOCHOME'])
13111311
locpath = "{}/bin/{}".format(PGLOG['DSSHOME'], PGLOG['HOSTTYPE'])

0 commit comments

Comments
 (0)