From 97d3c69adee220001d378e72c96fc7ab6d91f44f Mon Sep 17 00:00:00 2001 From: britiscurious Date: Fri, 8 May 2020 22:56:43 +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 d478e188..37c30c43 100644 --- a/osxphotos/utils.py +++ b/osxphotos/utils.py @@ -140,7 +140,6 @@ def _hardlink_file(src, dest): ) raise e - return result.returncode def _copy_file(src, dest, norsrc=False):