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:
parent
03d2fc9670
commit
9c0dce7a04
2 changed files with 3 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue