When exporting tpf files and a date filter is being applied, don't
export downloads that may have ended on the correct date but
started on a previous date.
refs #31
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
@@ -95,7 +95,7 @@ def save(self, filename=None, output_prefix=os.getcwd(), do_compress=True, versi
logging.info("skipping download because start date {} does not match filter date {}".format(util.date_to_string(start_datetime.date()), util.date_to_string(self.date_filter)))
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters