Don't fail it output dir doesn't exist.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-10-11 16:32:13 +00:00
parent 255f9b01bb
commit da10b35d0f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash -xe
rm -r output
rm -rf output
mkdir -p output
python3 reduce_tile_types.py \
--root_dir specimen_001/ \