Max Marrone

Results 59 comments of Max Marrone

> Do we need to add an integration test? I was conflicted about this, but I'm going to say "not yet." Because the server technically isn't supposed to accept this...

Possibly, solving https://github.com/Opentrons/opentrons/issues/10644 would also solve this specific problem. It would leave the general hazard of LPC state leaking into protocol run state, though.

#9016 re-enabled non-fatal warnings because of surprising/spurious/uncontrollable failures in CI. We think they were because CI Python env changes made some internal Sphinx thing or plugin raise warnings, and Sphinx...

Replaced with Jira ticket RTC-198.

This is low-priority and I haven't had a chance to work on it, so I'm closing it to get it out of the way. Other than some merge conflicts and...

I think this bug has something to do with whether the "Unavailable" section contains any devices other than the one being renamed. * **When there are no other unavailable devices:**...

Unfortunately it doesn't even look like we can use [`shlex.quote()`](https://docs.python.org/3/library/shlex.html#shlex.quote) for this because the file syntax is merely *shell-like,* not actually shell-compatible. In particular, it doesn't support string concatenation, which...

In my opinion, this is mostly expected behavior. Breaking the error message down: * `ExceptionInProtocolError` * I think this is probably unnecessary noise; this doesn't have to be displayed to...