Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3995480
potassco-patch-a363d9
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 7, 11:18 AM
Size
496 B
Mime Type
text/x-diff
Expires
Thu, Jul 9, 11:18 AM (20 h, 52 m)
Engine
blob
Format
Raw Data
Handle
271615
Attached To
rXR Xreate
potassco-patch-a363d9
View Options
diff --git a/libgringo/src/python.cc b/libgringo/src/python.cc
index 087d06d..31c5fe8 100644
--- a/libgringo/src/python.cc
+++ b/libgringo/src/python.cc
@@ -6509,7 +6509,7 @@ Python::Python(GringoModule &) { }
bool Python::exec(Location const &loc, String ) {
std::stringstream ss;
ss << loc << ": error: clingo has been build without python support\n";
- throw GringoError(ss.str());
+ throw GringoError(ss.str().c_str());
}
bool Python::callable(String) {
return false;
Event Timeline
Log In to Comment