Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die authored May 29, 2024
1 parent 00ce419 commit bafced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pacu/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def parse_list_command(self, command):
elif len(command) == 3:
if command[1] in ('cat', 'category'):
self.list_modules(command[2], by_category=True)

def parse_exec_module_command(self, command: List[str]) -> None:
if len(command) > 1:
self.exec_module(command)
Expand Down

0 comments on commit bafced3

Please sign in to comment.