Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ModuleNotFoundError exception check
Turns out ModuleNotFoundError was only added in Python 3.6, and since our AppImages are built with 3.4 this causes problems. But ModuleNotFoundError is a subclass of ImportError anyway, so just checking for ImportError covers all cases.
- Loading branch information