v7labs / darwin-py

Library and commandline tool for managing datasets on darwin.v7labs.com
MIT License
115 stars 42 forks source link

[DAR-2275][External] Correct get_release() NotFound error #849

Closed JBWilkie closed 4 months ago

JBWilkie commented 4 months ago

Problem

When using RemoteDataset.get_release(), if the specified release cannot be found, a NotFound error is raised with the dataset identifier

Solution

Instead, raise the NotFound error with the release name

Changelog

Corrected error message when trying to get a dataset release that doesn't exist

linear[bot] commented 4 months ago

DAR-2275 Correct error message when get_release() can't find the specified release