Skip to content

Commit

Permalink
restore variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpost committed Dec 15, 2023
1 parent 8285867 commit 4db8891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ingest_aclpub2.py
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ def create_xml(
help='Ingestion date',
)
def main(ingestion_dir, pdfs_dir, attachments_dir, dry_run, anthology_dir, ingest_date):
# anthology_datadir = Path(sys.argv[0]).parent / ".." / "data"
anthology_datadir = Path(sys.argv[0]).parent / ".." / "data"
# anthology = Anthology(
# importdir=anthology_datadir, require_bibkeys=False
# )
Expand Down

0 comments on commit 4db8891

Please sign in to comment.