Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Man <[email protected]>
  • Loading branch information
MustafaJafar and moonyuet authored Dec 13, 2024
1 parent 04bbcc0 commit cd8f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_houdini/plugins/publish/collect_usd_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def copy_instance_data(instance_src, instance_dest, attr):
if i != len(key):
dest_data = dest_data.setdefault(key, {})
if not isinstance(dest_data, dict):
raise KnownPublishError("Destination must be a dict")
raise KnownPublishError("Destination must be a dict.")
src_data = src_value
else:
# Last iteration - assign the value
Expand Down

0 comments on commit cd8f5da

Please sign in to comment.