mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Remove
This commit is contained in:
parent
15e395e151
commit
79501b39b8
@ -72,7 +72,7 @@ print("Initializing")
|
|||||||
|
|
||||||
|
|
||||||
if os.path.exists("out"):
|
if os.path.exists("out"):
|
||||||
os.rmdir("out")
|
os.removedirs("out")
|
||||||
|
|
||||||
print("Copying Static")
|
print("Copying Static")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user