MCPcopy
hub / github.com/pyload/pyload / print_dep

Method print_dep

module/setup.py:427–432  ·  view source on GitHub ↗

Print Status of dependency

(self, name, value)

Source from the content-addressed store, hash-verified

425 print _("Setting config path failed: %s") % str(e)
426
427 def print_dep(self, name, value):
428 """Print Status of dependency"""
429 if value:
430 print _("%s: OK") % name
431 else:
432 print _("%s: missing") % name
433
434
435 def check_module(self, module):

Callers 1

system_checkMethod · 0.95

Calls 1

_Function · 0.50

Tested by

no test coverage detected