mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 12:21:08 +00:00
britney: Leave upgrade_output alone with --dry-run
Closes: https://bugs.debian.org/763521 Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
7897942f24
commit
bfa028595f
@ -2824,7 +2824,10 @@ class Britney(object):
|
||||
self.upgrade_me = self.options.actions.split()
|
||||
|
||||
if self.options.compute_migrations or self.options.hint_tester:
|
||||
if hasattr(self.options, 'upgrade_output'):
|
||||
if self.options.dry_run:
|
||||
self.logger.info("Upgrade output not (also) written to a separate file"
|
||||
" as this is a dry-run.")
|
||||
elif hasattr(self.options, 'upgrade_output'):
|
||||
upgrade_output = getattr(self.options, 'upgrade_output')
|
||||
file_handler = logging.FileHandler(upgrade_output, mode='w', encoding='utf-8')
|
||||
output_formatter = logging.Formatter('%(message)s')
|
||||
|
Loading…
x
Reference in New Issue
Block a user