You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running ocrd workspace find --download will download files, but print None for every file it downloaded (instead of the new local_filename).
The cause is that ret_entry does not get updated after download_file:
The main issue there was ocrd workspace list-page then not being able to handle non-page-specific files, has since been fixed in #1151. But yes, with #1266 the None problem is solved as well 👍
Currently, running
ocrd workspace find --download
will download files, but printNone
for every file it downloaded (instead of the newlocal_filename
).The cause is that
ret_entry
does not get updated after download_file:core/src/ocrd/cli/workspace.py
Lines 468 to 488 in c5b5580
The text was updated successfully, but these errors were encountered: