Closed
Description
openedon Jan 30, 2023
Thank you for contributing to this project!
- Make sure to search the issues for duplicates first!
Expected behavior (A description of what you expected to happen) :
The log warning near the end of the run of cron.py
should warn users only about courses that were added to the system during the cron run.
Describe the bug (Tell us what happens instead of the expected behavior) :
During cron runs, all of the course IDs are reported by this log message. This seems to be because of a cast of course IDs
to strings added in this commit: 141081a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment