From bcc902db765e5f8c0165af883b177c450dfb6424 Mon Sep 17 00:00:00 2001 From: Eideen Date: Sun, 19 May 2019 13:08:24 +0200 Subject: [PATCH] fix typo. --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)