UBC-DSCI / rudaux

LMS + External Tool Workflow Orchestration
https://ubc-dsci.github.io/rudaux
MIT License
7 stars 5 forks source link

catch warnings from nbgrader #91

Open trevorcampbell opened 3 years ago

trevorcampbell commented 3 years ago

Right now rudaux only cares about errors in nbgrader output. But [WARNING] blocks are also probably worth reporting.

Should print a warning to the console (no email to instructor) if there are no errors but are warnings.

trevorcampbell commented 3 years ago

Will do this in #95 to the Prefect warning logger.