From: Moritz Warning Date: Sun, 16 Feb 2020 14:19:31 +0000 (+0100) Subject: fix comment X-Git-Tag: v1.0.0~11 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5eb9756d4f8457c77564ebef8a7969662027ff29;p=web%2Ffirmware-selector-openwrt-org.git fix comment --- diff --git a/misc/collect.py b/misc/collect.py index b5a4e75..01cc94c 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 fixed for stray / + target = obj['target'].strip('/') # small fix for stray '/' id = obj['id'] for title in obj['titles']: if 'title' in title: