Skip to content

Commit

Permalink
no limit
Browse files Browse the repository at this point in the history
  • Loading branch information
csae8092 committed Sep 17, 2024
1 parent 50286f2 commit 4a440be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arche/make_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

print("processing data/editions")
files = glob.glob("data/editions/*.xml")
files = files[:50]
files = files
for x in tqdm(files, total=len(files)):
fname = os.path.split(x)[-1]
shutil.copyfile(x, os.path.join(TO_INGEST, fname))
Expand Down

0 comments on commit 4a440be

Please sign in to comment.