Skip to content

Commit

Permalink
Revert "Do not sort the das results if CMSSDT_DAS_CLIENT_NO_SORT env …
Browse files Browse the repository at this point in the history
…is set"
  • Loading branch information
smuzaffar authored Nov 11, 2016
1 parent 350469b commit 1798f4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Configuration/PyReleaseValidation/python/MatrixUtil.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ def das(self, das_options):
if self.ib_blacklist:
command += " | grep -E -v "
command += " ".join(["-e '{0}'".format(pattern) for pattern in self.ib_blacklist])
from os import getenv
if getenv("CMSSDT_DAS_CLIENT_NO_SORT","NOT_SET") == "NOT_SET": command += " | sort -u"
command += " | sort -u"
return command

def lumiRanges(self):
Expand Down

0 comments on commit 1798f4c

Please sign in to comment.