checkint before trying to switch over to datafiles

This commit is contained in:
Hartmut Seichter 2025-03-17 14:37:45 +01:00
parent d41712e010
commit f45f7b715b
2 changed files with 10 additions and 6 deletions

View file

@ -38,4 +38,7 @@ debug-query:
debug-query-book:
python ${coursebuilder} -s schema.yaml -b book.yaml -q "kind=='compulsory'" -qs min:credits -qc form-of-instruction -qf name credits form-of-instruction -ql Modulname Kürzel Kreditpunkte
debug-query-full:
python ${coursebuilder} -s ~/Documents/MaACS/MHB/schema.yaml -b ~/Documents/MaACS/MHB/book.yaml -q "kind=='compulsory_elective'" -qc form-of-instruction -qf name form-of-instruction.sum credits term -ql Modulname SWS Kreditpunkte Semester
.PHONY: clean