Skip to content
validation.py 31 KiB
Newer Older
            args.course_file, args.events_file,
        for w in warnings:
            print("***", w.location, w.text)

# vim: foldmethod=marker