We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b9611 commit 4213c6aCopy full SHA for 4213c6a
1 file changed
genomepy/utils.py
@@ -61,6 +61,7 @@ def cmd_ok(cmd) -> bool:
61
ret = shutil.which(cmd)
62
if isinstance(ret, str) and ret.endswith(cmd):
63
return True
64
+ logger.error(f"{cmd} not found, skipping")
65
return False
66
67
0 commit comments