mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-15 09:51:21 +00:00
setup: Fix a minor flake8 complaint
Tests: - None Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
ac3f0efa94
commit
a4b15378c3
@ -647,8 +647,7 @@ class ForceUpgrader():
|
||||
# App does not implement force upgrade
|
||||
continue
|
||||
|
||||
if (app.get_setup_state() == app_module.App.SetupState.NEEDS_SETUP
|
||||
):
|
||||
if app.get_setup_state() == app_module.App.SetupState.NEEDS_SETUP:
|
||||
# If an app is not installed don't considered it. If an app
|
||||
# needs an update, it may have to do a force upgrade before
|
||||
# running app version update. This is because the app version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user