Skip to content

Commit

Permalink
easiest server to resolve to should be 'edex'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjames-upc committed Sep 2, 2015
1 parent 6195fc1 commit 63ae234
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ufpy/dataaccess/DataAccessLayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
import sys
import subprocess

#THRIFT_HOST = subprocess.check_output(
# "source /awips2/fxa/bin/setup.env; echo $DEFAULT_HOST",
# shell=True).strip()
THRIFT_HOST = "edex.unidata.ucar.edu"
THRIFT_HOST = "edex"
USING_NATIVE_THRIFT = False

if sys.modules.has_key('JavaImporter'):
Expand Down

0 comments on commit 63ae234

Please sign in to comment.