Cannot readlink() on a hard link

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 3e09de7aef
commit f7fafa8c16

@ -170,7 +170,7 @@ def main():
src = os.path.expanduser(src)
else:
if state in ['link','hard']:
if follow:
if follow and state == 'link':
# use the current target of the link as the source
src = os.readlink(path)
else:

Loading…
Cancel
Save