From 59974fbdd490b65e6f049a0ab616a887f771d61e Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Sun, 16 Feb 2020 18:42:42 +0100 Subject: [PATCH] target value is fixed in openwrt now --- misc/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/collect.py b/misc/collect.py index 01cc94c..0ce6678 100755 --- a/misc/collect.py +++ b/misc/collect.py @@ -60,7 +60,7 @@ for path in paths: for image in obj['images']: images.append(image['name']) - target = obj['target'].strip('/') # small fix for stray '/' + target = obj['target'] id = obj['id'] for title in obj['titles']: if 'title' in title: -- 2.30.2