master^2
Desai, Kartikey H 2020-05-13 11:22:51 -05:00
parent de3fa99a12
commit 0b1297b14a
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