options.launch = self._convert_to_bisect_arg(options.launch)
self.action = "launch_inbound"
if is_date_or_datetime(options.launch) and \
notfetch_config.should_use_taskcluster():
self.action = "launch_nightlies"
else:
// define good/bad default values if required
After Change
("Bad date %s is later than good date %s."
" You should not use the --find-fix flag"
" in this case...") % (options.bad, options.good))
if fetch_config.should_use_archive():
self.action = "bisect_nightlies"
options.preferences = preferences(options.prefs_files, options.prefs, self.logger)
// convert GiB to bytes.