Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Jan 5, 2024
1 parent 6d56d86 commit e92faad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objathor/asset_conversion/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def add_default_annotations(asset, asset_directory, verbose=False):
if thor_obj_md is None:
if verbose:
logger.info(
f"Object metadata for {asset['name']} is missing annotations, assuming pickupable."
f"Object metadata is missing annotations, assuming pickupable."
)

asset["annotations"] = {
Expand Down

0 comments on commit e92faad

Please sign in to comment.