Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Deledrius authored and Hoikas committed Oct 1, 2023
1 parent 2319bcf commit 234296c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion korman/exporter/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def add_object(self, pl, name=None, bl=None, loc=None, so=None):
raise ValueError("bl, so, or loc must be specified.")

# pl can be a class or an instance.
# This is one of those "sanity" things to ensure we don't suddenly startpassing around the
# This is one of those "sanity" things to ensure we don't suddenly start passing around the
# key of an uninitialized object.
if isinstance(pl, type(object)):
assert name or bl or so
Expand Down

0 comments on commit 234296c

Please sign in to comment.