HeliXonProtein / OmegaFold

OmegaFold Release Code
Apache License 2.0
532 stars 75 forks source link

fixed an import exception in pipeline.py #26

Closed hazemessamm closed 1 year ago

hazemessamm commented 1 year ago

I think the when checking an import from a module the exception that should be catched is ImportError not IndexError. I changed it in the pipeline file.