Selfcheck debug

This commit is contained in:
Artem30801
2019-05-12 14:37:00 +03:00
parent b6cc84e474
commit 5693599c2d

View File

@@ -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: