1
0
Fork 0
forked from github/pelican

Parse the metadatas before translating content to HTML

This commit is contained in:
Alexis Metaireau 2010-10-30 01:34:47 +01:00
commit 93fa87f5d3
2 changed files with 5 additions and 2 deletions

View file

@ -226,7 +226,7 @@ class ArticlesGenerator(Generator):
fromp = os.path.expanduser(os.path.join(self.theme, path))
to = os.path.expanduser(os.path.join(self.output_path, path))
shutil.copytree(fromp, to)
print u' ✔ copying %s to %s' % (fromp, to)
print u' ✔ copying %s' % fromp
except OSError:
pass