Skip to content

Commit 61023e6

Browse files
Update vulnerabilities/improver.py
Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
1 parent c8bf6be commit 61023e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/improver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def qualified_name(cls):
8585
"""
8686
Fully qualified name prefixed with the module name of the improver used in logging.
8787
"""
88-
return f"{self.__module__}.{self.__qualname__}"
88+
return f"{cls.__module__}.{cls.__qualname__}"
8989

9090
@property
9191
def interesting_advisories(self) -> QuerySet:

0 commit comments

Comments
 (0)