Skip to content

Commit

Permalink
common: fix get_macros() return point
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Apr 12, 2024
1 parent 6b5253a commit bc77b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check_docs/docs_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bc77b28

Please sign in to comment.