You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I click "Run user-indicated re-receives" in the portal, it always do "rereceive" and "new" runs and I think this condition (if not new and not do_cleanup) is doing that.. how come it was changed from if not commandstorun and not do_cleanup_parameter: to if not new and not do_cleanup: in src/bots/engine.py?
The text was updated successfully, but these errors were encountered:
Every time I click "Run user-indicated re-receives" in the portal, it always do "rereceive" and "new" runs and I think this condition (if not new and not do_cleanup) is doing that.. how come it was changed from
if not commandstorun and not do_cleanup_parameter:
toif not new and not do_cleanup:
in src/bots/engine.py?The text was updated successfully, but these errors were encountered: