Skip to content

Commit

Permalink
Make autoescape setting on jinja2s loader explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
bofh69 committed Oct 17, 2024
1 parent 8d708c4 commit d5533e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spoolman2slicer.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
args = parser.parse_args()

loader = FileSystemLoader("templates-" + args.slicer)
templates = Environment(loader=loader)
templates = Environment(loader=loader, autoescape=False)

filament_id_to_filename = {}
filament_id_to_content = {}
Expand Down

0 comments on commit d5533e5

Please sign in to comment.