From 1bf87dda57b076e042301eeafa966283265d08cf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 8 Jun 2013 13:18:51 +0200 Subject: Fix and enable H403 tests Multi-line doc-strings should end on a new, separate line. Change-Id: I4cf0cfe92b634ef77971863a4df41ef43531bc20 --- nova/cells/weights/mute_child.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nova/cells') diff --git a/nova/cells/weights/mute_child.py b/nova/cells/weights/mute_child.py index b8fd0570b..0f6fb0bbb 100644 --- a/nova/cells/weights/mute_child.py +++ b/nova/cells/weights/mute_child.py @@ -58,7 +58,8 @@ class MuteChildWeigher(weights.BaseCellWeigher): def _weigh_object(self, cell, weight_properties): """Check cell against the last_seen timestamp that indicates the time that the most recent capability or capacity update was received from - the given cell.""" + the given cell. + """ last_seen = cell.last_seen secs = CONF.cells.mute_child_interval -- cgit