mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 22:57:56 -05:00
THRIFT_HOST redefined for edex
This commit is contained in:
parent
895976c537
commit
8c95add79d
1 changed files with 4 additions and 3 deletions
|
@ -43,9 +43,10 @@
|
|||
import sys
|
||||
import subprocess
|
||||
|
||||
THRIFT_HOST = subprocess.check_output(
|
||||
"source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
|
||||
shell=True).strip()
|
||||
#THRIFT_HOST = subprocess.check_output(
|
||||
# "source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
|
||||
# shell=True).strip()
|
||||
THRIFT_HOST = "edex.unidata.ucar.edu"
|
||||
USING_NATIVE_THRIFT = False
|
||||
|
||||
if sys.modules.has_key('JavaImporter'):
|
||||
|
|
Loading…
Add table
Reference in a new issue