Remove now-unneeded call to .buffer.skip_next()
after a preprocess.command
failure
This commit is contained in:
parent
9d89d7198e
commit
5ed9185fb5
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ class Module(ModuleManager.BaseModule):
|
|||
if hard_fail or (not force_success and error):
|
||||
if error:
|
||||
stderr.write(error).send(command_method)
|
||||
target.buffer.skip_next()
|
||||
return True
|
||||
|
||||
args = " ".join(args_split)
|
||||
|
|
Loading…
Reference in a new issue