Commit ca1d55ca authored by Simon Will's avatar Simon Will
Browse files

Fix typo in extract_verses_by_meter.py

parent a796dbfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()