Task #95608 - added.err
back to task #95608download
Error: PROSPECTOR_WARNING: /usr/lib/python3.14/site-packages/logdetective/utils.py:216:17: W1514[pylint]: Using open without explicitly specifying an encoding # 214| if config_path: # 215| try: # 216|-> with open(config_path, "r") as file: # 217| configuration = PromptConfig(**yaml.safe_load(file)) # 218| except FileNotFoundError: