This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
python-transpose
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
11
Activity
Browse Source
Exanduser when moving paths
pull/10/head
Ryan Reed
1 year ago
parent
62012bfacf
commit
7a58647b4b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/transpose/utils.py
+ 1
- 1
src/transpose/utils.py
View File
@ -7,7 +7,7 @@ def move(source: Path, destination: Path) -> None:
"""
Move
a
file
using
pathlib
"""
shutil
.
move
(
source
,
destination
)
shutil
.
move
(
source
.
expanduser
(
)
,
destination
.
expanduser
(
)
)
def
remove
(
path
:
Path
)
-
>
None
:
Write
Preview
Loading…
Cancel
Save