Skip to content

Commit 8f3fee0

Browse files
committed
full profile directory for crate validator, not extra profiles path
1 parent 18b8884 commit 8f3fee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/tasks/validation_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def perform_ro_crate_validation(
186186
rocrate_uri=full_file_path,
187187
**({"profile_identifier": profile_name} if profile_name else {}),
188188
**({"skip_checks": skip_checks_list} if skip_checks_list else {}),
189-
**({"extra_profiles_path": profiles_path} if profiles_path else {})
189+
**({"profiles_path": profiles_path} if profiles_path else {})
190190
)
191191

192192
return services.validate(settings)

0 commit comments

Comments
 (0)