mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +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):
|
||||
shutil.rmtree(dp, onerror=onerror)
|
||||
|
||||
shutil.copytree(sp, dp)
|
||||
shutil.copytree(sp, dp)
|
||||
else:
|
||||
if not os.path.isdir(dst):
|
||||
os.makedirs(dst)
|
||||
|
Loading…
Reference in New Issue
Block a user