NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
13 stars 10 forks source link

``geoips list scripts`` fails if an installed package has no test scripts #577

Closed evrose54 closed 1 month ago

evrose54 commented 1 month ago

Requested Update

Description

If you run geoips list scripts and an installed package has no test scripts, this command will fail. We need to add the proper error checking here in case this occurs. If a package has no scripts, either output that via the CLI or skip that package altogether.

Personally I think it'd be better to notify the user that a package has no test scripts.

Background and Motivation

This stems from a conversation held about #444.

Checklist for Completion