Allow HEIDI_OUTPUT to be empty

This commit is contained in:
Iain Lane 2020-06-12 21:12:07 +01:00 committed by Iain Lane
parent 95b71e0ddb
commit eb8f1c9fc7

View File

@ -1306,7 +1306,8 @@ class Britney(object):
if not self.options.dry_run:
target_suite = self.suite_info.target_suite
if hasattr(self.options, 'heidi_output'):
if hasattr(self.options, 'heidi_output') and \
self.options.heidi_output:
# write HeidiResult
self.logger.info("Writing Heidi results to %s", self.options.heidi_output)
write_heidi(self.options.heidi_output,