pylint adjust no-else-return

This commit is contained in:
Luke Craig 2025-10-27 10:16:57 -04:00
parent 3de8a7a8ca
commit e1f82ad13b

View file

@ -368,8 +368,7 @@ def _read_file_content(file_path: str) -> str:
except OSError: except OSError:
target = '' target = ''
return f"[symlink] -> {target}" return f"[symlink] -> {target}"
else: raise e
raise e
def generate_output_content( def generate_output_content(