Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 30, 2024
1 parent fe5dc03 commit b912f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library_generation/generate_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# 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

import library_generation.utils.utilities as util
Expand Down Expand Up @@ -49,6 +48,7 @@ def generate_from_yaml(
gen_config=config, library_config=target_libraries, repo_path=repository_path
)
# copy api definition to output folder.
print(f"Copy from {api_definitions_path} to {repo_config.output_folder}")
shutil.copytree(api_definitions_path, repo_config.output_folder, dirs_exist_ok=True)

for library_path, library in repo_config.get_libraries().items():
Expand Down

0 comments on commit b912f91

Please sign in to comment.