Skip to content

Commit

Permalink
Merge pull request #174 from tmaeno/master
Browse files Browse the repository at this point in the history
fixed DDM location in SimpleTaskSetupper
  • Loading branch information
tmaeno authored Sep 27, 2023
2 parents 34401bb + 32f03c6 commit b8b3af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PandaPkgInfo.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = "0.1.0"
release_version = "0.2.0"
2 changes: 1 addition & 1 deletion pandajedi/jedisetup/SimpleTaskSetupper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b8b3af9

Please sign in to comment.