allenai / AMPT

Aquatic Mammal Photogrammetry Tool
Apache License 2.0
3 stars 0 forks source link

Recursively delete temporary directories at the end of each test. #50

Closed APatrickJ closed 3 years ago

APatrickJ commented 3 years ago

File.delete() and File.deleteOnExit() do not delete the directory if it is not empty.

Fixes #49