LiberTEM/LiberTEM

View on GitHub
src/libertem/web/state.py

Summary

Maintainability
A
0 mins
Test Coverage

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

        assert job_id not in self.jobs
Severity: Info
Found in src/libertem/web/state.py by bandit

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

        assert uuid not in self.datasets
Severity: Info
Found in src/libertem/web/state.py by bandit

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

        assert uuid not in self.analyses
Severity: Info
Found in src/libertem/web/state.py by bandit

There are no issues that match your filters.

Category
Status