mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-06 23:31:29 +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)
|
self.write_heidi(self.options.heidi_output)
|
||||||
|
|
||||||
# write Delta
|
# 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.printuninstchange()
|
||||||
self.__log("Test completed!", type="I")
|
self.__log("Test completed!", type="I")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user