mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
upgrades: Fix issue with checking if backports is current
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
d2f6fe9556
commit
86de956118
@ -165,7 +165,7 @@ def get_current_release():
|
||||
|
||||
def is_backports_current():
|
||||
"""Return whether backports are enabled for the current release."""
|
||||
if not is_backports_enabled:
|
||||
if not is_backports_enabled():
|
||||
return False
|
||||
|
||||
_, dist = get_current_release()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user