Skip to content

Commit 299f31f

Browse files
committed
When finalising an rsyncer set the end time to now
1 parent f72acb9 commit 299f31f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/murfey/client/rsync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def finalise(
199199
self.stop()
200200
self._remove_files = True
201201
self._notify = False
202+
self._end_time = datetime.now()
202203
if thread:
203204
self.thread = threading.Thread(
204205
name=f"RSync finalisation {self._basepath}:{self._remote}",

0 commit comments

Comments
 (0)