MCPcopy Create free account
hub / github.com/USBToolBox/tool / print_errors

Method print_errors

base.py:454–458  ·  view source on GitHub ↗
(self, errors)

Source from the content-addressed store, hash-verified

452 continue
453
454 def print_errors(self, errors):
455 if not errors:
456 return True
457 utils.TUIMenu("Selection Validation", "Select an option: ", in_between=errors, loop=True).start()
458 return False
459
460 def validate_selections(self):
461 errors = []

Callers 1

validate_selectionsMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected