background updates: Fix assertion to do something

This commit is contained in:
Richard van der Hoff 2016-07-25 14:05:23 +01:00
parent bf3de7b90b
commit 9dbd903f41

View File

@ -88,8 +88,8 @@ class BackgroundUpdateStore(SQLBaseStore):
@defer.inlineCallbacks
def start_doing_background_updates(self):
assert(self._background_update_timer is not None,
"background updates already running")
assert self._background_update_timer is not None, \
"background updates already running"
logger.info("Starting background schema updates")