Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Jan 20, 2025
1 parent 092e017 commit fa076ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trimesh/parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def source(self) -> LoadSource:
# this should have been tacked on by the loader
# but we want to *always* be able to access
# a value like `mesh.source.file_type` so add a default
current = getattr(self, "_source", None):
current = getattr(self, "_source", None)
if current is not None:
return current
self._source = LoadSource()
Expand Down

0 comments on commit fa076ac

Please sign in to comment.