Closed andresailer closed 7 months ago
I am not sure why I never tried this before...
python -c "from DIRAC.Core.Workflow.WorkflowReader import WorkflowXMLHandler"
fails all by itself.
I think in readthedocs we hit some race condition, because that treats source files in parallel. Because this works
python -c "from DIRAC.Core.Workflow import Workflow; from DIRAC.Core.Workflow.WorkflowReader import WorkflowXMLHandler"
BEGINRELEASENOTES
*WMS FIX: Fix potential circular import in WorkflowReader. Mostly seen in the creation of the documentation.
ENDRELEASENOTES
Sweep summary
Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/8734177845
I am not sure why I never tried this before...
fails all by itself.
I think in readthedocs we hit some race condition, because that treats source files in parallel. Because this works
BEGINRELEASENOTES
*WMS FIX: Fix potential circular import in WorkflowReader. Mostly seen in the creation of the documentation.
ENDRELEASENOTES