Skip to content

Commit 5b83f21

Browse files
committed
Return correct configuration dict
1 parent 0e5cb66 commit 5b83f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def get_config_data(self):
903903
all_params = self.get_target_config_data()
904904
lib_params, macros = self.get_lib_config_data(all_params)
905905
self.get_app_config_data(lib_params, macros)
906-
return all_params, macros
906+
return lib_params, macros
907907

908908
@staticmethod
909909
def _check_required_parameters(params):

0 commit comments

Comments
 (0)