Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sercero committed Feb 9, 2024
1 parent 3cc5e78 commit 887d0b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io_ogre/ogre/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ def _flatten( _c, _f ):
dot_materialsv2json(materials, path, separate_files=config.get('SEPARATE_MATERIALS'), prefix=prefix)
elif converter_type == "OgreXMLConverter":
dot_materials(materials, path, separate_files=config.get('SEPARATE_MATERIALS'), prefix=prefix)
else: # Unkown converter type, error
logger.error("Unkown converter type '{}', will not generate materials".format(converter_type))
Reports.error.append("Unkown converter type '{}', will not generate materials".format(converter_type))
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))

doc = ogre_document(materials)

Expand Down

0 comments on commit 887d0b0

Please sign in to comment.