139
139
:param dry_run: show what would happen but don't actually do any upgrades
140
140
:return: the list of exceptions encountered
143
143
attempted, succeeded, exceptions = smart_upgrade(control_dirs,
144
144
format, clean_up=clean_up, dry_run=dry_run)