gbrammer / eazy-py

Pythonic photometric redshift tools based on EAZY
MIT License
37 stars 25 forks source link

Update __init__.py #29

Closed JacobKosowski closed 1 year ago

JacobKosowski commented 1 year ago

os.remove tries to remove a single file, while the code expects the removal of a directory. os.rmdir could fail if the directory is not empty.