Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sercero authored Feb 17, 2024
1 parent f3e6281 commit 18113c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_ogre/ogre/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def _flatten( _c, _f ):
dot_materials(materials, path, separate_files=config.get('SEPARATE_MATERIALS'), prefix=prefix)
else: # Unknown converter type, error
logger.error("Unknown converter type '{}', will not generate materials".format(converter_type))
Report.error.append("Unknown converter type '{}', will not generate materials".format(converter_type))
Report.errors.append("Unknown converter type '{}', will not generate materials".format(converter_type))

doc = ogre_document(materials)

Expand Down

0 comments on commit 18113c2

Please sign in to comment.