Quick fix so that the number of products given in the INFO message in _remove_duplicate_products reflects any filters that were applied to the products. I did this by switching the order of the calls in download_products so that filters are applied to the product list before duplicates are removed.
Related to #2496 and #2497
Quick fix so that the number of products given in the INFO message in
_remove_duplicate_products
reflects any filters that were applied to the products. I did this by switching the order of the calls indownload_products
so that filters are applied to the product list before duplicates are removed.