Skip to content

Commit

Permalink
fix(analyses-snapshot-testing): heal EXEC-1078 snapshots (#17304)
Browse files Browse the repository at this point in the history
This PR was requested on the PR
#17300
  • Loading branch information
github-actions[bot] authored Jan 17, 2025
1 parent 0331330 commit 68a5f74
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"errors": [
{
"createdAt": "TIMESTAMP",
"detail": "ValueError [line 15]: Cannot load a module onto a staging slot.",
"detail": "ValueError [line 15]: Cannot load temperature module gen2 onto a staging slot.",
"errorCode": "4000",
"errorInfo": {},
"errorType": "ExceptionInProtocolError",
Expand All @@ -34,12 +34,12 @@
"wrappedErrors": [
{
"createdAt": "TIMESTAMP",
"detail": "ValueError: Cannot load a module onto a staging slot.",
"detail": "ValueError: Cannot load temperature module gen2 onto a staging slot.",
"errorCode": "4000",
"errorInfo": {
"args": "('Cannot load a module onto a staging slot.',)",
"args": "('Cannot load temperature module gen2 onto a staging slot.',)",
"class": "ValueError",
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(\"Cannot load a module onto a staging slot.\")\n"
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(f\"Cannot load {module_name} onto a staging slot.\")\n"
},
"errorType": "PythonException",
"id": "UUID",
Expand Down

0 comments on commit 68a5f74

Please sign in to comment.