aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
413 stars 184 forks source link

Archive: Automatically create nested output directories #6361

Closed sphuber closed 2 months ago

sphuber commented 2 months ago

Fixes #6167

Creating an archive, either through verdi archive create or through the API aiida.tools.archive.create_archive would raise an exception if the output path contained nested directories that do not yet exist. These are now created automatically.