From: Zbigniew Jędrzejewski-S. <zb...@in...> - 2014-04-01 21:12:23
|
--- pymoose/ematrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymoose/ematrix.cpp b/pymoose/ematrix.cpp index 72d9558..503e7fc 100644 --- a/pymoose/ematrix.cpp +++ b/pymoose/ematrix.cpp @@ -473,7 +473,7 @@ extern "C" { ostringstream repr; repr << "<moose.ematrix: class=" << Field<string>::get(self->id_, "className") << ", " - << "id=" << self->id_.value() << "," + << "id=" << self->id_.value() << ", " << "path=" << self->id_.path() << ">"; return PyString_FromString(repr.str().c_str()); } // ! moose_Id_repr -- 1.8.5.3 |