From 4aa1c072d4d8183fbe928fff5b3f5adada6ef2da Mon Sep 17 00:00:00 2001 From: stijnvanhoey Date: Tue, 3 Oct 2017 01:21:17 +0200 Subject: [PATCH] Fix bug on trailing paranthesis --- build/build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/build.py b/build/build.py index b8beabb..524f376 100644 --- a/build/build.py +++ b/build/build.py @@ -182,10 +182,8 @@ class DwcDigester(object): def _handle_matched(inputstring): """quick hack version of url handling on the current prime versions data""" url = inputstring.group() - if url.endswith("."): # not included in regex to notice the special 'end of . case' - url = url[:-1] return "{}".format(url, url) - regx = "(http[s]?://[\w\d:#@%/;$()~_?\+-=\\\.&]*)(?