Skip to content

Commit

Permalink
test ignore me
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 3, 2024
1 parent 5637bfc commit 9fcb589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ErrorMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ const get_erred_upstreams = (
referenced_variables.forEach((key) => {
if (!visited_edges.includes(key)) {
visited_edges.push(key)
const cells_that_define_this_variable = notebook.cell_dependencies[cell_id]?.upstream_cells_map[key]
const cells_that_define_this_variable = notebook.cell_dependencies[cell_id]?.upstrsdfeam_cells_map[key]

cells_that_define_this_variable.forEach((upstream_cell_id) => {
let upstream_errored_cells = get_erred_upstreams(notebook, upstream_cell_id, visited_edges) ?? {}
Expand Down

0 comments on commit 9fcb589

Please sign in to comment.