From 13b70d17ab9b16df9b49dbfe74da9dea3cf38f1c Mon Sep 17 00:00:00 2001 From: Elad Keyshawn Date: Mon, 2 Jan 2017 15:59:14 +0200 Subject: [PATCH] trailing ';' --- gen-custom-android-build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen-custom-android-build.py b/gen-custom-android-build.py index 5d50c5a74..fc0bcc168 100755 --- a/gen-custom-android-build.py +++ b/gen-custom-android-build.py @@ -43,7 +43,7 @@ PY3 = sys.version_info.major >= 3 logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) -architectures = []; +architectures = [] DEFAULT_JSDATA = { # mandatory fields