Skip to content

Commit

Permalink
Correcting eos path & call for electronDataDiscovery.
Browse files Browse the repository at this point in the history
  • Loading branch information
archiron committed Aug 30, 2017
1 parent 28b86df commit d7799b5
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 d7799b5

Please sign in to comment.