diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/template.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/template.py b/scripts/template.py index c5d348a..2cfdf79 100755 --- a/scripts/template.py +++ b/scripts/template.py @@ -106,6 +106,6 @@ if __name__ == '__main__': for page in os.listdir(pagepath): Page(page).render_and_save() if verbose: - print "%s.html written" % prefix + print "%s.html written" % page # vi: noexpandtab:tabstop=8:shiftwidth=8 |