commit | ea53ad37d13f45ed98cbf9270080d60124bde576 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Apr 29 00:42:40 2014 -0400 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Wed Jul 23 16:07:58 2014 -0400 |
tree | a05b0ac6f69d6ca3a3619422a92e15b628f08ea7 | |
parent | d507f43cf1391b182dfe7e9f6929ff48d55801bb [diff] |
Updated backend status during call
diff --git a/planetstack/observer/syncstep.py b/planetstack/observer/syncstep.py index 9c6975f..739e598 100644 --- a/planetstack/observer/syncstep.py +++ b/planetstack/observer/syncstep.py
@@ -62,6 +62,7 @@ self.check_dependencies(o,f) # Raises exception if failed self.sync_record(o) o.enacted = datetime.now() # Is this the same timezone? XXX + o.backend_status = "OK") o.save(update_fields=['enacted']) except Exception,e: try: