diff --git a/src/murfey/client/rsync.py b/src/murfey/client/rsync.py index 0002cd488..813f990bf 100644 --- a/src/murfey/client/rsync.py +++ b/src/murfey/client/rsync.py @@ -199,6 +199,7 @@ def finalise( self.stop() self._remove_files = True self._notify = False + self._end_time = datetime.now() if thread: self.thread = threading.Thread( name=f"RSync finalisation {self._basepath}:{self._remote}",