File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,13 +106,14 @@ def process_validation_task_by_metadata(
106106 :param crate_json: A string containing the RO-Crate JSON metadata to validate.
107107 :param profile_name: The name of the validation profile to use. Defaults to None.
108108 :param webhook_url: The webhook URL to send notifications to. Defaults to None.
109+ :param profiles_path: The path to the profiles definition directory. Defaults to None.
109110 :raises Exception: If an error occurs during the validation process.
110111
111112 :todo: Replace the Crate ID with a more comprehensive system, and replace profile name with URI.
112113 """
113114
114115 try :
115- logging .info (f "Processing validation task for provided metadata string" )
116+ logging .info ("Processing validation task for provided metadata string" )
116117
117118 # Perform validation:
118119 validation_result = perform_metadata_validation (crate_json ,
You can’t perform that action at this time.
0 commit comments