Skip to content

Commit

Permalink
Merge pull request #20311 from archiron/electronDataDiscovery_eos_93X_V1
Browse files Browse the repository at this point in the history
Correcting eos path & call for electronDataDiscovery.
  • Loading branch information
cmsbuild committed Sep 5, 2017
2 parents 16c70e0 + d7799b5 commit 36144e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/EGamma/python/electronDataDiscovery.py
Expand Up @@ -227,7 +227,7 @@ def common_search(dd_tier):

elif os.environ['DD_SOURCE'].startswith('/eos/cms/'): # assumed to be an eos dir

data = os.popen('/afs/cern.ch/project/eos/installation/pro/bin/eos.select find -f '+os.environ['DD_SOURCE'])
data = os.popen('eos find -f '+os.environ['DD_SOURCE'])
lines = data.readlines()
data.close()
result = []
Expand Down

0 comments on commit 36144e4

Please sign in to comment.