mirror of https://github.com/mahmoud/boltons.git
Merge branch 'master' of github.com:mahmoud/boltons
This commit is contained in:
commit
d5ab5ccb3e
|
@ -285,7 +285,7 @@ else:
|
|||
os.rename(src, dst)
|
||||
else:
|
||||
os.link(src, dst)
|
||||
os.unlink(dst)
|
||||
os.unlink(src)
|
||||
return
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue