Skip to content

Commit

Permalink
Update exporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mchilvers committed Mar 1, 2024
1 parent e7e08b8 commit 0d8dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invent/ui/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def _pretty_repr_component(component, lines, indent=""):

lines.append(f"{indent}{type(component).__name__}(")

# The component's properties EXCEPT its content - we put that last #################
# The component's properties EXCEPT its content - we deal with that last ###########

indent += " "
for property_name, property_obj in type(component).properties().items():
Expand Down

0 comments on commit 0d8dc42

Please sign in to comment.