trace: [tracetool] Spacing changes
Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
ad7443e40a
commit
9c24a52e29
@ -148,7 +148,8 @@ class Event(object):
|
|||||||
|
|
||||||
unknown_props = set(self.properties) - self._VALID_PROPS
|
unknown_props = set(self.properties) - self._VALID_PROPS
|
||||||
if len(unknown_props) > 0:
|
if len(unknown_props) > 0:
|
||||||
raise ValueError("Unknown properties: %s" % ", ".join(unknown_props))
|
raise ValueError("Unknown properties: %s"
|
||||||
|
% ", ".join(unknown_props))
|
||||||
|
|
||||||
def copy(self):
|
def copy(self):
|
||||||
"""Create a new copy."""
|
"""Create a new copy."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user