Skip to content

Fix some typos

Nirbheek Chauhan requested to merge nirbheek/cerbero:fix-typos into master

commit e484950a:

cerbero: Fix typo in license install function
We need to return an empty array instead of None, else we will fail
during installation trying to use a file path called None

commit caed6aed:

cerbero: Import enums from the enums module

The license install function commit is very important to backport. Without that, usage of proprietary licenses completely broken.

Merge request reports