Checklist
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
Suggestions
I'd suggest using finalize in a way that fits with a normal definition but that might be a big ask considering all the existing code and people using it. So maybe it could just be described better. Basically I'm trying to use on_after_configure.connect and that appears to be too early in the run to be importing things from tasks.py. So I can here looking to see if I could use on_after_finalize based on this page which mentions it, but now I'm not sure what finalize means anymore....
Checklist
for similar or identical bug reports.
for existing proposed fixes.
to find out if the bug was already fixed in the master branch.
(If there are none, check this box anyway).
Related Issues and Possible Duplicates
Related Issues
Possible Duplicates
Description
Suggestions
I'd suggest using finalize in a way that fits with a normal definition but that might be a big ask considering all the existing code and people using it. So maybe it could just be described better. Basically I'm trying to use
on_after_configure.connectand that appears to be too early in the run to be importing things from tasks.py. So I can here looking to see if I could useon_after_finalizebased on this page which mentions it, but now I'm not sure whatfinalizemeans anymore....