forked from p15670423/monkey
Tiny fix to work on Windows
This commit is contained in:
parent
7950b246aa
commit
144e314edc
|
@ -13,6 +13,7 @@ class ClearCommandHistory(PBA):
|
|||
|
||||
def run(self):
|
||||
results = [pba.run() for pba in self.clear_command_history_PBA_list()]
|
||||
if results:
|
||||
PostBreachTelem(self, results).send()
|
||||
|
||||
def clear_command_history_PBA_list(self):
|
||||
|
|
Loading…
Reference in New Issue