commit | 24a2a299f31949fdac216d1551774394b81b9eb0 | [log] [tgz] |
---|---|---|
author | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 10 17:21:33 2015 -0500 |
committer | Sapan Bhatia <gwsapan@gmail.com> | Tue Feb 10 17:21:33 2015 -0500 |
tree | bc600b63abc62ce69f6ba3577f92aaaea677f4ae | |
parent | 3c0c184d6d74989eea248105b8859c196c402524 [diff] |
Fixed Syntax error
diff --git a/planetstack/openstack_observer/syncstep.py b/planetstack/openstack_observer/syncstep.py index 554dbbb..2f75a32 100644 --- a/planetstack/openstack_observer/syncstep.py +++ b/planetstack/openstack_observer/syncstep.py
@@ -98,7 +98,7 @@ for o in pending: sync_failed = False try: - backoff_disabled = Config().observer_backoff_disabled): + backoff_disabled = Config().observer_backoff_disabled except: backoff_disabled = 0