Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Feb 15, 2024
1 parent e000493 commit 5d96dee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/opentrons/hardware_control/ot3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,8 @@ async def update_firmware(
message="Update failed because of uncaught error",
wrapping=[PythonException(e)],
) from e
self._configured_since_update = False
finally:
self._configured_since_update = False

# Incidentals (i.e. not motion) API

Expand Down

0 comments on commit 5d96dee

Please sign in to comment.