Skip to content

Commit

Permalink
Update repos/system_upgrade/common/actors/targetuserspacecreator/libr…
Browse files Browse the repository at this point in the history
…aries/userspacegen.py

Co-authored-by: Toshio Kuratomi <[email protected]>
  • Loading branch information
dkubek and abadger authored Nov 9, 2023
1 parent b15533d commit eb46d9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _copy_decouple(srcdir, dstdir):

# Skip and report broken symlinks
if not os.path.exists(source_filepath):
api.current_logger().warning('File {} is a broken symlink!'.format(source_filepath))
api.current_logger().warning('File {} is a broken symlink! Will not copy the file.'.format(source_filepath))
continue

# Copy symlinks to the target userspace
Expand Down

0 comments on commit eb46d9c

Please sign in to comment.