Skip to content

Commit

Permalink
Update vulnerabilities/management/commands/improve.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philippe Ombredanne <pombredanne@gmail.com>
  • Loading branch information
Hritik14 and pombredanne authored Jan 25, 2022
1 parent 544760c commit 761fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnerabilities/management/commands/improve.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def list_sources(self):
improvers = [
f"{improver.__module__}.{improver.__qualname__}" for improver in IMPROVER_REGISTRY
]
self.stdout.write("Vulnerability data can be processed by these available improvers:")
self.stdout.write("Vulnerability data can be processed by these available improvers:\n")
self.stdout.write("\n".join(improvers))

def improve_data(self, improvers):
Expand Down

0 comments on commit 761fdab

Please sign in to comment.