From d23559cc1cab59e7ad089c1131bbb25fb029b4c8 Mon Sep 17 00:00:00 2001 From: javex <641439+Javex@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:01:26 +1030 Subject: [PATCH] Forgot to 'continue' --- hotprices_au/analysis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hotprices_au/analysis.py b/hotprices_au/analysis.py index 712f085..2eafd7c 100644 --- a/hotprices_au/analysis.py +++ b/hotprices_au/analysis.py @@ -27,6 +27,7 @@ def get_canoncial_for(store, raw_items, category_map, today): # pprint.pprint(raw_item) # Skip parsing errors and move on to next item # raise + continue if canonical_item is None: continue canonical_item["store"] = store