You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[1.0.1]
Fixed
Reckoner would silently fail when a --only or --heading was defined for a
chart that didn't exist in your course.
This behavior will still succeed if you provide at least one valid --heading
value. If no values are in your course then this bubbles up an error
Internal Fix: Reckoner Errors now are a single parent exception class
Fixed hook output to user instead of hidden only in debug (#59)
Fixed hooks to run from the same path as course.yml. This makes PWD relative
to course.yml for easier groking of paths for hook pre/post install.