in mozdownload/scraper.py [0:0]
def candidate_build_list_regex(self):
"""Return the regex for the folder with the list of candidate builds."""
# Regex for possible builds for the given date
return r'candidates/%(VERSION)s-candidates/' % {
'VERSION': self.version}