Skip to content

Commit

Permalink
Fix check landing page call
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Oct 7, 2024
1 parent a98037a commit 1af322a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubleshoot_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def batch_troubleshoot_published_data_packages(ctx, requested_package, log_file,

result['no_missing_AVUs_check'], result['no_unexpected_AVUs_check'] = check_data_package_system_avus(ctx, data_package, write_stdout)
result['versionDOI_check'], result['baseDOI_check'] = check_datacite_doi_registration(ctx, data_package, offline, write_stdout)
result['landingPage_check'] = check_landingpage(ctx, data_package, offline, write_stdout, api_call)
result['landingPage_check'] = check_landingpage(ctx, data_package, offline, api_call)
publication_config = get_publication_config(ctx)
result['combiJson_check'] = check_combi_json(ctx, data_package, publication_config, offline, write_stdout)

Expand Down

0 comments on commit 1af322a

Please sign in to comment.