Skip to content
Snippets Groups Projects
Commit ca1d55ca authored by Simon Will's avatar Simon Will
Browse files

Fix typo in extract_verses_by_meter.py

parent a796dbfe
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def main(hypotactic_dir, top_out_dir, meters=['hexameter']):
json.dump(verses_for_meter, f)
except Exception:
print('ERROR at document {}'.format(document.title),
file=sys.stdderr)
file=sys.stderr)
traceback.print_exc()
......
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