Changes between Initial Version and Version 1 of Ticket #6


Ignore:
Timestamp:
10/29/25 14:23:08 (3 months ago)
Author:
frankl
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #6 – Description

    initial v1  
    11Path strings in Python under Windows needs to be set as "\\" or "/".
    22For 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
     4This issue is obsolete since Path from Pathlib can deal with both.