Skip to content

215 run status error after stop message

Afonso Mukai requested to merge 215_RunStatus-error-after-stop-message into master

Created by: michele-brambilla

Description of work

This PR adds fixes the log 'Unknown error code' that appears when a file is closed. The log message is now 'Stream Can Be Removed'. Furthermore the PR fixes a minor bug in send-command.

Issue

Closes #215 (closed)

Acceptance Criteria

Please make sure that the log is correct.

Other

The exit command that send-command generates is not a valid JSON. The parser complains about the ], which is removed with this PR.

Code Review (To be filled in by the reviewer only)

  • Is the code of an acceptable quality?
  • Do the changes function as described and is it robust?

Nominate for Group Code Review (Anyone can nominate it)

Indicate if you think the code should be reviewed in a Thursday code review session.

  • Recommend for group code review

Also, nominate it on the code_review Slack channel (does someone want to automate this?).

Merge request reports