diff --git a/utils/check_docs/docs_tests.py b/utils/check_docs/docs_tests.py index 172452af35e..af5754df3e6 100644 --- a/utils/check_docs/docs_tests.py +++ b/utils/check_docs/docs_tests.py @@ -78,7 +78,7 @@ def get_macros(pmdk_path): elif '#define' in line: parse_macro_name(exceptions, line, EXPRESSION_AFTER_DEFINE_PHRASE, macros) - return macros + return macros def get_functions_from_so_files(lib_path):