isi-vista / adam

Abduction to Demonstrate an Articulate Machine
MIT License
10 stars 4 forks source link

Fix dropped requests for situation_0 scenes #1163

Closed sidharth-sundar closed 2 years ago

sidharth-sundar commented 2 years ago

In the changes in #1161, we added logic to abort the get_scene and get_image API calls when any individual component of the call was missing, but this logic was faulty and aborted whenever we request contents of a directory with scene number 0 since we detect 0 to be false. This PR patches that error and adds logic to abort if an invalid (negative) scene number is requested.