kedder/openvario-shell

View on GitHub
src/ovshell_fileman/backupapp.py

Summary

Maintainability
A
3 hrs
Test Coverage

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Open

        assert os.path.exists(self._mountpoint)
Severity: Info
Found in src/ovshell_fileman/backupapp.py by bandit

File backupapp.py has 304 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import asyncio
import os
from abc import abstractmethod
from pathlib import Path
from typing import Optional
Severity: Minor
Found in src/ovshell_fileman/backupapp.py - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status