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
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
mulled
always downloadsinvolucro
unless it is in the current working directory or--involucro-path
is provided. It fails to detect ifinvolucro
is available viaPATH
since https://github.com/galaxyproject/galaxy-lib/blob/18.5.7/galaxy/tools/deps/mulled/mulled_build.py#L288 does not inspectPATH
.In Python
>=3.3
this could be solved by usingshutil.which
.For Python 2 compatibility, there are some packages, e.g., backports.shutil_which or whichcraft, that backport the functionality from https://github.com/python/cpython/blob/3.7/Lib/shutil.py#L1109-L1169.
The text was updated successfully, but these errors were encountered: