Check password early on backup restore #7828
Annotations
1 error and 3 warnings
Run pylint
Process completed with exit code 12.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pylint:
supervisor/backups/backup.py#L363
W0718: Catching too general exception Exception (broad-exception-caught)
|
Run pylint:
supervisor/backups/backup.py#L340
R1710: Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Loading