You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing from WDL.CLI import runner and running wdl workflows as part of a python script in a loop, the second workflow can't start because of this error:
If I remove the assertion assert not self.__class__._singleton everything seems to work fine, but I guess it is there for a reason.
The weirdest thing is that an equivalent setup worked until 2 weeks ago (I see the last instance ran 2024-11-08), and I can't spot any difference in the code, python interpreter and dependencies versions.
When importing
from WDL.CLI import runner
and running wdl workflows as part of a python script in a loop, the second workflow can't start because of this error:If I remove the assertion
assert not self.__class__._singleton
everything seems to work fine, but I guess it is there for a reason.The weirdest thing is that an equivalent setup worked until 2 weeks ago (I see the last instance ran 2024-11-08), and I can't spot any difference in the code, python interpreter and dependencies versions.
To reproduce
The text was updated successfully, but these errors were encountered: