未验证 提交 1da0ec38 编写于 作者: A Amador Pahim

Merge branch 'kongove-cleanup'

Signed-off-by: NAmador Pahim <apahim@redhat.com>
......@@ -42,7 +42,7 @@ def has_snakefood():
res = subprocess.call(cmd, stdout=null)
except Exception as e:
print("Could not find sfood utility: %s: %s" % (cmd, e), file=sys.stderr)
print("Did you forget to 'pip install python-snakefood'?", file=sys.stderr)
print("Did you forget to 'pip install snakefood'?", file=sys.stderr)
return False
return True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册