Changes between Initial Version and Version 1 of Ticket #6
- Timestamp:
- 10/29/25 14:23:08 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #6 – Description
initial v1 1 1 Path strings in Python under Windows needs to be set as "\\" or "/". 2 2 For example: ExamGenerator class get initialized with a template_dir as string to find the jinja2 template. if that path strings is divided by "\" an error will raise that the template cannot be found. 3 4 This issue is obsolete since Path from Pathlib can deal with both.
