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 06bf875 commit 1a37316Copy full SHA for 1a37316
src/sploitkit/base/commands/general.py
@@ -55,7 +55,7 @@ def run(self, text):
55
t = BorderlessTable(data, "Matching modules")
56
print_formatted_text(t.table)
57
n = len(data) - 2
58
- self.logger.info(f"{n} match{["", "es"][n > 0]} found")
+ self.logger.info(f"{n} match{['', 'es'][n > 0]} found")
59
60
61
class Show(Command):
0 commit comments