From bcbd623f00990d8fd30a8943223a3775ebf5576a Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 24 Oct 2022 16:06:38 -0700 Subject: [PATCH] upgrades: Fix a minor flake8 pipeline failure Signed-off-by: Sunil Mohan Adapa --- plinth/modules/upgrades/privileged.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plinth/modules/upgrades/privileged.py b/plinth/modules/upgrades/privileged.py index 5b2f2a4e0..9d2783373 100644 --- a/plinth/modules/upgrades/privileged.py +++ b/plinth/modules/upgrades/privileged.py @@ -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.