Skip to content

Commit 4213c6a

Browse files
committed
revert logger.error message
1 parent 20b9611 commit 4213c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

genomepy/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def cmd_ok(cmd) -> bool:
6161
ret = shutil.which(cmd)
6262
if isinstance(ret, str) and ret.endswith(cmd):
6363
return True
64+
logger.error(f"{cmd} not found, skipping")
6465
return False
6566

6667

0 commit comments

Comments
 (0)