Skip to content

Commit 74912ed

Browse files
committed
chore: test gen ci
1 parent bebb11e commit 74912ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hermetic_build/library_generation/cli/entry_point.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def __generate_repo_impl(
131131
)
132132
repository_path = os.path.abspath(repository_path)
133133
api_definitions_path = os.path.abspath(api_definitions_path)
134+
print(f"Library names: {library_names}")
134135
generation_config = from_yaml(generation_config_path)
135136
include_library_names = _parse_library_name_from(
136137
includes=library_names, generation_config=generation_config

0 commit comments

Comments
 (0)