pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Bugfix segment gatherer empty fileset #28

Closed pnuu closed 5 years ago

pnuu commented 5 years ago

Segment gatherer added an filename with empty segment/channel to the list of "wanted files" if e.g. "critical files" were empty in an INI-based config. This PR fixes that, and additionally fixes unittests that failed due to earlier similar changes to YAML-based config.

pnuu commented 5 years ago

Tested this in production, and works as intended.