Closed bracketttc closed 1 year ago
set_opacit should be set_opacity:
set_opacit
set_opacity
https://github.com/SecurityCentral/classification-banner/blob/20524616a394a77ac3e61a4aff19b50e75381ec4/classification_banner/banner.py#L261
Similar to #12 it doesn't cause a runtime exception because it's in a try-except that catches AttributeError. There don't seem to be any further issues masked by this at this time.
try-except
AttributeError
set_opacit
should beset_opacity
:https://github.com/SecurityCentral/classification-banner/blob/20524616a394a77ac3e61a4aff19b50e75381ec4/classification_banner/banner.py#L261
Similar to #12 it doesn't cause a runtime exception because it's in a
try-except
that catchesAttributeError
. There don't seem to be any further issues masked by this at this time.