From 69356c0b57efa04cb4fc92fd8dd0a8821a7f295c Mon Sep 17 00:00:00 2001 From: britiscurious Date: Fri, 8 May 2020 22:55:56 +0200 Subject: [PATCH] Update osxphotos/utils.py Co-authored-by: Rhet Turnbull --- osxphotos/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osxphotos/utils.py b/osxphotos/utils.py index c87d1810..2dffa579 100644 --- a/osxphotos/utils.py +++ b/osxphotos/utils.py @@ -130,7 +130,6 @@ def _hardlink_file(src, dest): if not os.path.isfile(src): raise FileNotFoundError("src file does not appear to exist", src) - command = ["ln", src, dest] # if error on copy, subprocess will raise CalledProcessError try: