VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

local_must_exist #30

Closed drewgilliam closed 4 years ago

drewgilliam commented 4 years ago

New flag local_must_exist for service add_volume() to let users enforce local file/folder existence.

Note that all add_volume functions now use BaseService._validate_volume() to validate the local and/or remote inputs, which now raises exceptions on invalid inputs.