diff --git a/json_to_md.py b/json_to_md.py index 28bccce6..a78fbad1 100644 --- a/json_to_md.py +++ b/json_to_md.py @@ -70,7 +70,8 @@ def load_allure_metadata(allure_test_cases_dir): except Exception as e: short_summary = traceback.format_exception_only(type(e), e)[-1].strip() print(f"Allure file: {file} failed ❌ (reason: {short_summary})") - return allure_data + + return allure_data def json_to_md_nested(json_path, md_path, allure_dir=None):