bernard357 / shellbot

Fast, simple and lightweight micro bot-framework for Python.
Apache License 2.0
10 stars 3 forks source link

After close command the input and sequence are not cleaned #17

Closed guillain closed 7 years ago

guillain commented 7 years ago

In the escalation scenario when

  1. "@bot close" command is used during acquisition (step+sequence + input or menu)
  2. new web trigger
  3. => the scenario restart where it was stopped. This include also the input data already stored in the previous session.

Apparently no machine(s) reset in this condition

guillain commented 7 years ago

Since the last version the close command are properly handle by shellbot. Also the reset, start and stop are really improved and work perfectly.

Thanks a lot master ;)