mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-30 16:59:32 +00:00
Selfcheck debug
This commit is contained in:
@@ -52,6 +52,7 @@ def check(check_name):
|
||||
def inner(f):
|
||||
def wrapper(*args, **kwargs):
|
||||
failures = f(*args, **kwargs)
|
||||
print(failures)
|
||||
if failures:
|
||||
msgs = []
|
||||
for failure in failures:
|
||||
|
||||
Reference in New Issue
Block a user