ngageoint / scale

Processing framework for containerized algorithms
http://ngageoint.github.io/scale/
Apache License 2.0
105 stars 45 forks source link

1806 - Scale Doesn't Handle Optional Output->Inputs #1807

Closed Fizz11 closed 5 years ago

Fizz11 commented 5 years ago
Checklist

Affected app(s)

job

Description of change

when an input is missing, check to see if it was optional in the first place before throwing an exception.

Fizz11 commented 5 years ago

currently creating a new test for this specific case