Skip to content

Commit

Permalink
Remove newly introduced trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Dec 6, 2023
1 parent e524f58 commit ca599d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ocrd/ocrd/cli/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def workspace_cli(ctx, directory, mets, mets_basename, mets_server_url, backup):
A workspace comprises a METS file and a directory as point of reference.
Operates on the file system directly or via a METS server
Operates on the file system directly or via a METS server
(already running via some prior `server start` subcommand).
"""
initLogging()
Expand Down
2 changes: 1 addition & 1 deletion ocrd_models/ocrd_models/ocrd_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def __init__(self, el, mimetype=None, pageId=None, loctype='OTHER', local_filena
mimetype (string): ``@MIMETYPE`` of this ``mets:file``
pageId (string): ``@ID`` of the physical ``mets:structMap`` entry corresponding to this ``mets:file``
loctype (string): ``@LOCTYPE`` of this ``mets:file``
url (string): ignored XXX the remote/original file once we have proper mets:FLocat bookkeeping
url (string): ignored XXX the remote/original file once we have proper mets:FLocat bookkeeping
local_filename (): ``@xlink:href`` of this ``mets:file`` - XXX the local file once we have proper mets:FLocat bookkeeping
ID (string): ``@ID`` of this ``mets:file``
"""
Expand Down
6 changes: 3 additions & 3 deletions ocrd_validators/ocrd_validators/workspace_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ def validate(*args, **kwargs):
resolver (:class:`ocrd.Resolver`): Resolver
mets_url (string): URL of the METS file
src_dir (string, None): Directory containing mets file
skip (list): Validation checks to omit. One or more of
'mets_unique_identifier', 'mets_file_group_names',
skip (list): Validation checks to omit. One or more of
'mets_unique_identifier', 'mets_file_group_names',
'mets_files', 'pixel_density', 'dimension', 'url',
'multipage', 'page', 'page_xsd', 'mets_xsd',
'multipage', 'page', 'page_xsd', 'mets_xsd',
'mets_fileid_page_pcgtsid'
download (boolean): Whether to download remote file references
temporarily during validation (like a processor would)
Expand Down

0 comments on commit ca599d4

Please sign in to comment.