mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
stupidly replace rmtree by a pass, since we dont want to rmtree the output dir
This commit is contained in:
parent
e7c75147d2
commit
b270c1bac4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def clean_output_dir(path):
|
|||
|
||||
# remove all the existing content from the output folder
|
||||
try:
|
||||
shutil.rmtree(path)
|
||||
pass # WEEEEE dont kill
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue