Fix Remove

This commit is contained in:
Ben C 2022-03-02 07:41:37 -08:00 committed by GitHub
parent 15e395e151
commit 79501b39b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ print("Initializing")
if os.path.exists("out"):
os.rmdir("out")
os.removedirs("out")
print("Copying Static")