This commit is contained in:
vdimir 2023-12-21 11:27:31 +00:00
parent 5dd231ede1
commit c3788c2fa1
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862

View File

@ -74,7 +74,7 @@ def process_all_results(
if test_results is not None:
all_results.extend(test_results)
return any_ok, all_results, error
return any_ok and error is None, all_results, error
def main():