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
This is an antipattern, by the way. The Python core devs specifically say it’s invalid to continue executing after an ImportError. (In the core.py podcast) — @henryiii
recast-atlas/src/recastatlas/backends/__init__.py
Lines 16 to 43 in 11af091
So need to find a better way to discover what execution backends are available for use.
The text was updated successfully, but these errors were encountered: