Log warning about courses added during cron is falsely reporting all courses
Closed this issue · 1 comments
ssciolla commented
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
jennlove-um commented
testing passes in beta