Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed May 8, 2024
1 parent 6e4235b commit d6b9f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion objathor/asset_conversion/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ def create_runtime_asset_file(
not os.path.islink(build_target_dir)
):
# Add symlink if it doesn't already exist
logger.debug(f"Symlink from {asset_directory} to {build_target_dir}")
if verbose:
logger.info(f"Symlink from {asset_directory} to {build_target_dir}")
os.symlink(
os.path.abspath(asset_directory), os.path.abspath(build_target_dir)
)
Expand Down

0 comments on commit d6b9f68

Please sign in to comment.