diff --git a/repo_to_text/core/core.py b/repo_to_text/core/core.py index 1e565f0..c89515c 100644 --- a/repo_to_text/core/core.py +++ b/repo_to_text/core/core.py @@ -368,8 +368,7 @@ def _read_file_content(file_path: str) -> str: except OSError: target = '' return f"[symlink] -> {target}" - else: - raise e + raise e def generate_output_content(