Skip to content

Commit

Permalink
fix: the additional param
Browse files Browse the repository at this point in the history
  • Loading branch information
MehmedGIT committed Jul 5, 2024
1 parent a9f96c1 commit 7ef7d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ocrd/cli/resmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def download(any_url, no_dynamic, resource_type, path_in_archive, allow_uninstal
f"To download resources anyway, use the -a/--allow-uninstalled flag")
sys.exit(1)
else:
log.info(f"Executable '{executable}' is not installed, but downloading resources anyway", executable)
log.info(f"Executable '{executable}' is not installed, but downloading resources anyway")
reslist = resmgr.list_available(executable=executable, dynamic=not no_dynamic, name=name)
if not any(r[1] for r in reslist):
log.info(f"No resources {name} found in registry for executable {executable}")
Expand Down

0 comments on commit 7ef7d94

Please sign in to comment.