From 2313c8b3dae8e7f65a610bdf84fd0fba516cdf40 Mon Sep 17 00:00:00 2001 From: Greg Armendariz Date: Thu, 31 Jul 2014 08:16:36 -0500 Subject: [PATCH] Omaha #2914 - Fix site name reference Former-commit-id: b453a0ca89ef7344c9d8455acbb2a6ca566532e8 [formerly b453a0ca89ef7344c9d8455acbb2a6ca566532e8 [formerly 281190dc1163813a6f74150c7d3b4b94b20625a3]] Former-commit-id: 08bc4a24d3161b589ff77175f29642cd887c4c53 Former-commit-id: a0adf42a77535050d1d06b317d8ec5c5ce62425d --- .../utility/edex_static/base/dissemination/handleOUP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edexOsgi/com.raytheon.uf.edex.dissemination/utility/edex_static/base/dissemination/handleOUP.py b/edexOsgi/com.raytheon.uf.edex.dissemination/utility/edex_static/base/dissemination/handleOUP.py index 99e92b336e..ce2eb00748 100644 --- a/edexOsgi/com.raytheon.uf.edex.dissemination/utility/edex_static/base/dissemination/handleOUP.py +++ b/edexOsgi/com.raytheon.uf.edex.dissemination/utility/edex_static/base/dissemination/handleOUP.py @@ -71,7 +71,7 @@ if not os.path.isdir(OUT_DIR): os.mkdir(OUT_DIR) INGEST_DIR = dataDir + 'manual' INGEST_ROUTE = 'handleoupFilePush' -SITE_ID = env.getEnvValue('SITENAME') +SITE_ID = EDEXUtil.getEdexSite() def process(oup, afosID, resp, ackMgr = None, test = False): _Logger.info("handleOUP.py received " + str(oup.getFilename()))