slight adjustment to current state output
This commit is contained in:
parent
c593ecf065
commit
af4b1c1def
@ -32,7 +32,7 @@ class FedoraSchedule():
|
|||||||
for task in tasks:
|
for task in tasks:
|
||||||
if int(task['start']) < today and today < int(task ['end']):
|
if int(task['start']) < today and today < int(task ['end']):
|
||||||
state = task['name']
|
state = task['name']
|
||||||
return state
|
return f"Fedora {self.release_version}: {state}"
|
||||||
|
|
||||||
def _get_release(self):
|
def _get_release(self):
|
||||||
release = {}
|
release = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user