I broke some code here but it's fine, implemented getLatestVersion_by_number
This commit is contained in:
parent
c968608e51
commit
e0c86d16c7
@ -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 = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user