From 5eb9756d4f8457c77564ebef8a7969662027ff29 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Sun, 16 Feb 2020 15:19:31 +0100 Subject: [PATCH] fix comment --- misc/collect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2