I broke some code here but it's fine, implemented getLatestVersion_by_number

master
Chloe Fontenot 🏳️‍⚧️ 2022-03-16 19:52:21 +07:00
parent c968608e51
commit e0c86d16c7
1 changed files with 1 additions and 0 deletions

@ -184,6 +184,7 @@ def getLatestVersion_by_number(project, version, **kwargs):
for key, value in versions_to_target.items():
mc_mod_release = re.split('\++', key)
all_mc_mod_release.append(mc_mod_release)
print("Length of all_mc_mod_release: "+str(len(all_mc_mod_release)))
print(all_mc_mod_release)
# Okay, take the last entry in the contents inside each mc_mod_release and output the higest value
versions_to_parse_2 = []