1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-25 19:49:54 +02:00

🎨 Rename modstool to mods4pandas in the last code parts

This commit is contained in:
Gerber, Mike 2022-07-04 19:26:41 +02:00
parent 03d2fc9670
commit 9c0dce7a04
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ def alto_to_dict(alto, raise_errors=True):
def walk(m):
# XXX do this in modstool, too
# XXX do this in mods4pandas, too
if os.path.isdir(m):
tqdm.write(f'Scanning directory {m}')
for f in tqdm(os.scandir(m), leave=False):