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)
|
os.rename(src, dst)
|
||||||
else:
|
else:
|
||||||
os.link(src, dst)
|
os.link(src, dst)
|
||||||
os.unlink(dst)
|
os.unlink(src)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue