Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 18, 2024
1 parent 2711908 commit e02b4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hermetic_build/library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import os
import shutil
from typing import Optional
import library_generation.utils.utilities as util
Expand Down Expand Up @@ -49,7 +50,7 @@ def generate_from_yaml(
)
# copy api definition to output folder.
shutil.copytree(api_definitions_path, repo_config.output_folder, dirs_exist_ok=True)

print(f"Contents in output: {os.listdir(repo_config.output_folder)}")
for library_path, library in repo_config.get_libraries().items():
print(f"generating library {library.get_library_name()}")
generate_composed_library(
Expand Down

0 comments on commit e02b4a8

Please sign in to comment.