Skip to content

Commit

Permalink
Update robot-server/robot_server/protocols/protocol_analyzer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Seth Foster <[email protected]>
  • Loading branch information
TamarZanzouri and sfoster1 authored Feb 16, 2024
1 parent ed6d3a1 commit 7fde442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot-server/robot_server/protocols/protocol_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async def analyze(
result = await runner.run(
protocol_source=protocol_resource.source, deck_configuration=[]
)
except Exception as error:
except BaseException as error:
internal_error = await em.map_unexpected_error(error=error)
await self._analysis_store.update(
analysis_id=analysis_id,
Expand Down

0 comments on commit 7fde442

Please sign in to comment.