We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725b0b4 commit ae463f7Copy full SHA for ae463f7
src/rda_python_common/PgLOG.py
@@ -1305,7 +1305,7 @@ def set_common_pglog():
1305
PGLOG['PGBATCH'] = ''
1306
1307
pgpath = PGLOG['HOMEBIN']
1308
- PGLOG['LOCHOME'] = "/ncar/rda/setuid"
+ PGLOG['LOCHOME'] = "/ncar/gdex/setuid"
1309
if not op.isdir(PGLOG['LOCHOME']): PGLOG['LOCHOME'] = "/usr/local/decs"
1310
pgpath += ":{}/bin".format(PGLOG['LOCHOME'])
1311
locpath = "{}/bin/{}".format(PGLOG['DSSHOME'], PGLOG['HOSTTYPE'])
0 commit comments