diff --git a/stix2/base.py b/stix2/base.py index 75c12f1..151eb48 100644 --- a/stix2/base.py +++ b/stix2/base.py @@ -422,7 +422,7 @@ class _Observable(_STIXBase): else: streamlined_obj_vals.append(kwargs[key]) if streamlined_obj_vals: - data = canonicalize(streamlined_obj_vals, utf8=False) + data = canonicalize(streamlined_obj_vals, utf8=False) # The situation is complicated w.r.t. python 2/3 behavior, so # I'd rather not rely on particular exceptions being raised to