Skip to content

Commit

Permalink
#0: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarafdar committed Sep 27, 2024
1 parent 4ca0502 commit 132d17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ttnn::Shape get_shape_from_vector_with_possible_negative_values(const ttnn::Tens
error_msg += std::to_string(s) + ",";
}
error_msg += ")";
TT_THROW(error_msg.c_str());
TT_THROW("{}", error_msg);
}
index_of_negative_1 = index;
}
Expand Down

0 comments on commit 132d17d

Please sign in to comment.