mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
pylint adjust no-else-return
This commit is contained in:
parent
3de8a7a8ca
commit
e1f82ad13b
1 changed files with 1 additions and 2 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue