WISE-Developers / WISE_Application

WISE_Application formerly known as WISE
GNU Affero General Public License v3.0
7 stars 2 forks source link

Fix inverted check #16

Closed tredpath closed 1 year ago

tredpath commented 1 year ago

The protobuf deserialization check was checking for success instead of for failure. The failure code was being executed every time a file was successfully deserializated.