Skip to content

Material distribution not updated for topic system #6

@ttokola

Description

@ttokola

Under Check materials in pdfpublisher.py:

materials_for_all = load_full_directory(f"{config['settings']['lecture_slides_dir']}/{n:02}")
materials_forcourse = load_full_directory(f"{courseObject.course_slides_dir}/{n:02}")
materials_published = load_full_directory(matpubdir)

Loads materials_for_all based on lecture number, instead of using folders for individual topics. This works for now, but will fail once topics start being moved around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions