forked from github/pelican
Hack out overwrite param
This commit is contained in:
parent
0f4058a317
commit
b144c3cfbd
2 changed files with 2 additions and 4 deletions
|
|
@ -544,7 +544,7 @@ class StaticGenerator(Generator):
|
|||
"""Copy all the paths from source to destination"""
|
||||
for path in paths:
|
||||
copy(path, source, os.path.join(output_path, destination),
|
||||
final_path, overwrite=True)
|
||||
final_path)
|
||||
|
||||
def generate_context(self):
|
||||
self.staticfiles = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue