Fix pylint errors
All threads resolved!
All threads resolved!
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
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?except
s were given a from e
. Is there any case where this should have been from None
?Manual Tests
For a faster browsing experience, some files are collapsed by default.