backup.py

changeset 58
170d69da51bb
parent 55
407af23d16bb
child 61
bc6c3d74e6ea
--- a/backup.py	Tue Jan 23 22:55:00 2018 +0000
+++ b/backup.py	Wed Jan 24 00:20:10 2018 +0000
@@ -319,11 +319,11 @@
             self.logger.debug("Queued operation aborted")
         else:
             self.scheduled_operation=None
-            self.current_operation=op
-            self.current_operation['when_monotonic']=time.monotonic()
 
             self.__launch(op)
 
+            self.current_operation=op
+            self.current_operation['when_monotonic']=time.monotonic()
             self.state=ACTIVE
             self.__update_status()
 

mercurial