Tweak a comment.
This commit is contained in:
parent
ab94916b22
commit
1c778b471a
@ -125,9 +125,9 @@ def get_target_paths(to_dir):
|
|||||||
else:
|
else:
|
||||||
if HOSTNAME_SEPARATOR in filename:
|
if HOSTNAME_SEPARATOR in filename:
|
||||||
# This appears to be a filename with a trailing
|
# This appears to be a filename with a trailing
|
||||||
# hostname, e.g. _muttrc_dulip. If the trailing hostname
|
# hostname, e.g. _muttrc__dulip. If the trailing
|
||||||
# matches the hostname of this computer then we link to
|
# hostname matches the hostname of this host then we
|
||||||
# it.
|
# link to it.
|
||||||
hostname = filename.split(HOSTNAME_SEPARATOR)[-1]
|
hostname = filename.split(HOSTNAME_SEPARATOR)[-1]
|
||||||
if hostname == HOSTNAME:
|
if hostname == HOSTNAME:
|
||||||
path = os.path.join(to_dir,filename)
|
path = os.path.join(to_dir,filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user