master^2
Desai, Kartikey H 2020-05-13 11:23:26 -05:00
parent 0b1297b14a
commit 65d4060e6a
1 changed files with 1 additions and 1 deletions

View File

@ -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