torchbox / wagtail-wordpress-import

A package for Wagtail CMS to import WordPress blog content from an XML file into Wagtail
MIT License
44 stars 16 forks source link

Reorder exception as some are not reachable #159

Open fabienheureux opened 2 years ago

fabienheureux commented 2 years ago

I am working on an importer for another CMS (Spip), and base some of it on wagtail-wordpress-import. I noticed (thanks to my linter) that some exceptions were not reachable in this try / except block.

This PR fixes that :)

nickmoreton commented 2 years ago

Hi @fabienheureux Thanks for the PR

I'm not sure when I will get time to review this soon but will do asap.

fabienheureux commented 4 months ago

@nickmoreton I am cleaning up old PRs.

Can I close this one ? I won't have time in a near future to continue working on it.