Skip to content

Commit

Permalink
change messages
Browse files Browse the repository at this point in the history
  • Loading branch information
emkornfield authored and pitrou committed Jul 2, 2019
1 parent 3626a90 commit 85786ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/python/common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class PythonErrorDetail : public StatusDetail {
public:
PythonErrorDetail() = default;
const char* type_id() const override { return kErrorDetailTypeId; }
std::string ToString() const override { return "Python Error."; }
std::string ToString() const override { return "Uncaught Python."; }
};

} // namespace
Expand Down

0 comments on commit 85786ef

Please sign in to comment.