Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when trying to convert a course channel when the category doe…
…sn't exist - Previously if a category didn't exist it would evaluate to None when getting and so it would throw a AttributeError when iterating through the channels to check if that course existed. - Now it only checks if the category exists and otherwise lets it throw a BadArgument Exception.
- Loading branch information