Does PyExporter trigger the post_export_sequence hook?

I have a script that executes PyExporter to export clips. I have another script that uses the post_export_sequence hook. The PyExporter script doesn’t seem to trigger the hook for post_export_sequence. Any idea if that’s working correctly or am I missing something?

I might just try to combine everything into one script but I need that last part to wait until the export is done to do something to the exported file.

PyExport does trigger the post_export_sequence hook. I had some bad variables.

I ended up making one script to do both tasks but I assume it works if the PyExporter is one script and the post_export_sequence is another.