From 37841f079efe7042599ea27b1dbcd1395ad4a28d Mon Sep 17 00:00:00 2001 From: German Service Network Date: Sun, 19 Jul 2020 10:31:52 +0200 Subject: [PATCH] Merge github 87db5fa (Fix codepath for copying file from sourcepool.) --- raspbmirror.py | 1 + 1 file changed, 1 insertion(+) diff --git a/raspbmirror.py b/raspbmirror.py index 9e4ec69..c7d685b 100644 --- a/raspbmirror.py +++ b/raspbmirror.py @@ -199,6 +199,7 @@ def getfile(path,sha256,size): except: logging.info('file in souce pool was good but hard linking failed, copying file instead') + break fdownloads.write(outputpath+b'\n') fdownloads.flush() return -- 2.43.0