diff --git a/PandaPkgInfo.py b/PandaPkgInfo.py index 6e386ba9..0df5ece3 100644 --- a/PandaPkgInfo.py +++ b/PandaPkgInfo.py @@ -1 +1 @@ -release_version = "0.1.0" +release_version = "0.2.0" diff --git a/pandajedi/jedisetup/SimpleTaskSetupper.py b/pandajedi/jedisetup/SimpleTaskSetupper.py index 4ea1be4d..f8a81c41 100644 --- a/pandajedi/jedisetup/SimpleTaskSetupper.py +++ b/pandajedi/jedisetup/SimpleTaskSetupper.py @@ -81,7 +81,7 @@ def doSetup(self, taskSpec, datasetToRegister, pandaJobs): tmpLog.info("dest={0}".format(datasetSpec.destination)) if datasetSpec.destination: if siteMapper.checkSite(datasetSpec.destination): - location = siteMapper.getSite("BNL_OSG_SPHENIX").ddm_output["default"] + location = siteMapper.getSite(datasetSpec.destination).ddm_output["default"] else: location = datasetSpec.destination if locForRule is None: