We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
twyn.toml
1 parent 138eaea commit bfbdb86Copy full SHA for bfbdb86
2 files changed
src/twyn/file_handler/file_handler.py
@@ -65,4 +65,4 @@ def delete(self, delete_parent_dir: bool = False) -> None:
65
)
66
67
def _get_file_path(self, file_path: str) -> Path:
68
- return (Path(os.getcwd()) / Path(file_path)).resolve()
+ return Path(os.path.abspath(os.path.join(os.getcwd(), file_path)))
twyn.toml
0 commit comments