upgrades: Fix a minor flake8 pipeline failure

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2022-10-24 16:06:38 -07:00
parent 63278f0bcd
commit bcbd623f00
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -495,8 +495,8 @@ def _perform_dist_upgrade():
# XXX: unattended-upgrade gets stuck here, see #2266.
# This will upgrade most of the packages.
#print('Running unattended-upgrade...', flush=True)
#subprocess.run(['unattended-upgrade', '--verbose'], check=False)
# print('Running unattended-upgrade...', flush=True)
# subprocess.run(['unattended-upgrade', '--verbose'], check=False)
# Remove obsolete packages that may prevent other packages from
# upgrading.