mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-12-21 13:16:49 +01:00
Fix typo in the setup script. This fixes repository setups.
This commit is contained in:
parent
d27e3e0d03
commit
f76867cf16
@ -167,7 +167,7 @@ def copytree(src, dst):
|
|||||||
if os.path.isdir(dp):
|
if os.path.isdir(dp):
|
||||||
shutil.rmtree(dp, onerror=onerror)
|
shutil.rmtree(dp, onerror=onerror)
|
||||||
|
|
||||||
shutil.copytree(sp, dp)
|
shutil.copytree(sp, dp)
|
||||||
else:
|
else:
|
||||||
if not os.path.isdir(dst):
|
if not os.path.isdir(dst):
|
||||||
os.makedirs(dst)
|
os.makedirs(dst)
|
||||||
|
Loading…
Reference in New Issue
Block a user