This commit is contained in:
Kovid Goyal 2011-09-10 08:47:42 -06:00
parent f1867f1128
commit fe9e36d030

View File

@ -162,7 +162,6 @@ def set_metadata(stream, options):
index = src.rindex('}')
return src[:index] + r'{\ '[:-1] + name + ' ' + val + '}}'
src, pos = get_document_info(stream)
print 'I was thre'
if src is not None:
create_metadata(stream, options)
else: