Fix pylint warnings and errors.
Addresses https://gitlab.indiscale.com/caosdb/customers/f-fit/management/-/issues/98
BaseExceptions were replaced with Exception, as none of them seemed to need to catch SystemErrors and KeyboardInterrupts etc., was that mistaken anywhere?excepts were given a from e. Is there any case where this should have been from None?Manual Tests