mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +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():
|
def is_backports_current():
|
||||||
"""Return whether backports are enabled for the current release."""
|
"""Return whether backports are enabled for the current release."""
|
||||||
if not is_backports_enabled:
|
if not is_backports_enabled():
|
||||||
return False
|
return False
|
||||||
|
|
||||||
_, dist = get_current_release()
|
_, dist = get_current_release()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user