Skip to content

Commit 7887143

Browse files
Update vulnerabilities/importer.py
Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
1 parent 3b30bbe commit 7887143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def qualified_name(cls):
233233
"""
234234
Fully qualified name prefixed with the module name of the improver used in logging.
235235
"""
236-
return f"{self.__module__}.{self.__qualname__}"
236+
return f"{cls.__module__}.{cls.__qualname__}"
237237

238238
def advisory_data(self) -> Iterable[AdvisoryData]:
239239
"""

0 commit comments

Comments
 (0)