You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a quick thought; maybe it would be good to do a separate iteration over versions to set the property fullname to the default value if it isn't already set.
#826
Open
berendt opened this issue
Aug 27, 2024
· 0 comments
Just a quick thought; maybe it would be good to do a separate iteration over versions to set the property `fullname` to the default value if it isn't already set.
Then, when we compute previous, we can do version[sorted_versions[-2]]['fullname']. Otherwise it would sometimes produce a wrong name.
Then, when we compute
previous
, we can doversion[sorted_versions[-2]]['fullname']
. Otherwise it would sometimes produce a wrong name.Originally posted by @mbuechse in #823 (comment)
The text was updated successfully, but these errors were encountered: