Skip to content

Commit f06467f

Browse files
committed
Fix spurious argument
1 parent 09a0236 commit f06467f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hermes_plugin_software_card/curate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __call__(
7979
"""
8080
self.prepare(metadata)
8181
self.validate()
82-
self.create_report(metadata)
82+
self.create_report()
8383

8484
if not self.is_publication_approved():
8585
return SoftwareMetadata()

0 commit comments

Comments
 (0)