mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
only write delta if delta_output is configured
This commit is contained in:
parent
afe4ce0a4c
commit
82a1d9f15d
@ -2504,7 +2504,8 @@ class Britney(object):
|
||||
self.write_heidi(self.options.heidi_output)
|
||||
|
||||
# write Delta
|
||||
self.write_delta(self.options.delta_output)
|
||||
if hasattr(self.options, 'delta_output'):
|
||||
self.write_delta(self.options.delta_output)
|
||||
|
||||
self.printuninstchange()
|
||||
self.__log("Test completed!", type="I")
|
||||
|
Loading…
x
Reference in New Issue
Block a user