Skip to content

Commit 2acf76f

Browse files
committed
Response to review
1 parent 1affe4b commit 2acf76f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

metomi/rose/loc_handlers/rsync_remote_check.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def main(path, str_blob, str_tree):
6262
if filename.startswith("."):
6363
continue
6464
name = os.path.join(dirpath, filename)
65-
# Bypass this check if rsyncing a broken symlink.
6665
if os.path.islink(name) and not os.path.exists(name):
6766
stat = os.lstat(name)
6867
else:

sphinx/api/configuration/file-creation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ root directory to install file targets with a relative path:
119119
.. note::
120120

121121
* When installing files, broken symbolic links are rejected.
122-
* When installing directories using Git or Rsync broken symlinks
123-
will be copied.
122+
* When installing directories containing broken symlinks
123+
they will be copied.
124124

125125
.. rose:conf:: file:TARGET
126126

0 commit comments

Comments
 (0)