Task #95609 - fixed.err

back to task #95609
download
Error: PROSPECTOR_WARNING:
/usr/lib/python3.14/site-packages/logdetective/utils.py:268:17: W1514[pylint]: Using open without explicitly specifying an encoding
#  266|       if path:
#  267|           try:
#  268|->             with open(path, "r") as file:
#  269|                   return SkipSnippets(yaml.safe_load(file))
#  270|           except OSError as e: