LeiaInc / holopix50k

Holopix50k: A Large-Scale In-the-wild Stereo Image Dataset
Other
151 stars 11 forks source link

Added feature to handle any keyboard interrupt and clean up script #6

Closed pritish-leia closed 4 years ago

pritish-leia commented 4 years ago

Added code to clean up script if there was any keyboard interrupt. Before adding set -e this was being done by bash's default mode, which is to ignore errors in a command and execute next commands.