diff --git a/functions.py b/functions.py index ebc3e20..06a69f4 100644 --- a/functions.py +++ b/functions.py @@ -30,7 +30,7 @@ def buildFromSource(tag): def getVersionList(string): return list(map(int, string.split('.'))) -string.split + # Function to check if there is a new version def checkVersion(new_version, old_version): new_version_list = getVersionList(new_version)