UAlbanyArchives / mailbagit

A tool for creating and managing Mailbags, a package for preserving email using multiple preservation formats
https://archives.albany.edu/mailbag/
MIT License
46 stars 2 forks source link

pdf and pdf-chrome conflict #209

Closed gwiedeman closed 2 years ago

gwiedeman commented 2 years ago

Describe the bug Currently users can select both the pdf and pdf-chrome derivatives options when packaging a mailbag. This causes an error because the PDF derivative directory already exists.

To Reproduce mailbagit path/to/data -i msg -d pdf pdf-chrome -m test123

Expected behavior Using both pdf and pdf-chrome derivatives options should return a descriptive error when the options are valivated in __init__.py.

HT Nathan Tallman

gwiedeman commented 2 years ago

addressed by #214