A failure on a single transkribus folder should not break the whole import
Refs https://gitlab.com/arkindex/requests/-/issues/627
Adding a try/except
around the TranskribusFolder(...).run()
would avoid breaking large imports when an error occurs on a single folder.