Build: #10 failed

Job: Bandit CASA6 CasaTasks failed

B101 - assert used: Test case result

The below summarizes the result of the test "B101 - assert used" in build 10 of CASA - Release Engineering Cmake Package Audit - Vulnerability - Bandit CASA6 CasaTasks.
Description
B101 - assert used
Test class
/wheeldirectory/casa6/casatasks/src/private/imagerhelpers/_gclean.py
Method
B101 - assert_used
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

LOW: Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
Test ID: B101
Severity: LOW
Confidence: HIGH
CWE: 703 (https://cwe.mitre.org/data/definitions/703.html)
Location: /wheeldirectory/casa6/casatasks/src/private/imagerhelpers/_gclean.py:2164
Code: 2164
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
More info: https://bandit.readthedocs.io/en/1.9.4/plugins/b101_assert_used.html