We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aed704 commit 9773caaCopy full SHA for 9773caa
scripts/generate_collection_rdf.py
@@ -63,6 +63,8 @@ def main(
63
rdf["config"]["partners"] = json.load(f)
64
else:
65
print(f"Missing evaluated partner details at {partner_details_path}")
66
+ else:
67
+ print('Missing "partners" in rdf["config"]!')
68
69
n_accepted = {}
70
n_accepted_versions = {}
0 commit comments