Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - samloba

#1
Hi Liviu,
Thanks for your prompt response. I'm available to test the fix.
Thanks again for your availability and sharing.
Sincerely.
#2
Hello Liviu,
I am using FET version 7.2.2 (latest) on Windows 11 64-bit, with the CLI executable fet-cl.exe.
I have noticed that when I pass the option --printteachers=false (or --printteachers=true) to the CLI, I get the following error: Unrecognized option: --printteachers=false / Unrecognized option: --printteachers=true

All other --print... options (such as --printstudents, --printrooms, etc.) are recognized and work as expected.
The problem seems to be specific to --printteachers.
Steps to reproduce:
Run the following command in a terminal:   fet-cl.exe --inputfile=example.fet --outputdir=output --printteachers=false

Environment:
OS: Windows 11 64-bit
FET version: 7.2.2 (latest release)
CLI: fet-cl.exe
Expected behavior:
The option --printteachers should be recognized and allow disabling or enabling the display of teachers in the generated HTML timetables, as documented.
Actual behavior:
The CLI returns "Unrecognized option: --printteachers=false".
Additional notes:
All other --print... options work as expected.
The issue occurs with both --printteachers=false and --printteachers=true.
N.B.:
Despite the error message, the timetable is still generated successfully.
Thank you for your work and for your help!