Skip to content

Commit

Permalink
Moved renders out of assembly-docs directory
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Stirling <[email protected]>
  • Loading branch information
jmwright and julianstirling authored Nov 7, 2024
1 parent 87aae21 commit 1e71230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechanical/assembly_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from nimble_build_system.cad.shelf import create_shelf_for

assembly_definition_file = "../build/assembly-def.yaml"
render_destination = os.path.join(os.getcwd(), "assembly-docs", "renders")
render_destination = os.path.join(os.getcwd(), "renders")

class PartDefinition:
"""
Expand Down

0 comments on commit 1e71230

Please sign in to comment.