Skip to content
Snippets Groups Projects
Commit 44f1a452 authored by James Vasile's avatar James Vasile
Browse files

Typo

parent 486627d2
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ Ex: pipeline.py target.ltx -o stage pre
def dump(text, meta, fname="/tmp/t.tex"):
"""Writes the current text and meta to /tmp/t.tex or fname if
specified"""
with open(fname 'w') as fh:
with open(fname, 'w') as fh:
fh.write(pp.pformat(meta))
fh.write("\n---\n")
fh.write(text)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment