Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Sep 3, 2012
1 parent e97cca2 commit 1bb1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/moa/plugin/system/doc/pelican_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def generate_redirect(job):
os.unlink('index.html')
with open('index.html', 'w') as F:
F.write(jtemplate.render({
'job' : job}))
'job': job}))


def generate_template_page(job):
Expand Down

0 comments on commit 1bb1947

Please sign in to comment.