podaac / l2ss-py

Level 2 subsetter with Harmony integration
https://podaac.github.io/l2ss-py/
Apache License 2.0
11 stars 11 forks source link

bugfix/issue-143 #144

Closed danielfromearth closed 1 year ago

danielfromearth commented 1 year ago

Github Issue: #143

Description

Fix a TypeError that's raised when no variables are specified for a netCDF file that has groups.

Overview of work done

Added a check for None before modifying the variable paths.

Overview of verification done

Verified that the suite of automated tests all passed successfully.

Overview of integration done

No integration testing was done.

PR checklist:

See Pull Request Review Checklist for pointers on reviewing this pull request