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
If you issue a sequential command in the interactive shell such as:
> wait_until 10:00 : line_in on
and then issue a CTRL-C to cancel the command, the wait_until is cancelled, but the line_in on will still execute. The desired behaviour is that the whole sequential command is cancelled.
The text was updated successfully, but these errors were encountered:
If you issue a sequential command in the interactive shell such as:
> wait_until 10:00 : line_in on
and then issue a CTRL-C to cancel the command, the
wait_until
is cancelled, but theline_in on
will still execute. The desired behaviour is that the whole sequential command is cancelled.The text was updated successfully, but these errors were encountered: