Open kdmccormick opened 2 years ago
I implemented this as a plugin: https://github.com/kdmccormick/tutor-contrib-kdmccormick#stopnightly Source: https://github.com/kdmccormick/tutor-contrib-kdmccormick/blob/master/tutorkdmccormick/stopnightly.py
Unfortunately the plugin is hacky in a couple ways:
__app__
is always "tutor" or "tutor-nightly", which is not guaranteedtutor.hooks
API.
We discussed elsewhere why this would be difficult, but this still happens enough to me that I'd like it in the backlog as an issue, even if we never get to it.