Skip to content

Commit

Permalink
Forgot to 'continue'
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Nov 3, 2024
1 parent 2cb8c81 commit d23559c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hotprices_au/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d23559c

Please sign in to comment.