shorter is better :)

git-svn-id: https://svn.ibp.de/svn/capisuite/trunk/capisuite@285 4ebea2bb-67d4-0310-8558-a5799e421b66
This commit is contained in:
gernot 2004-03-20 11:24:14 +00:00
parent c621d21748
commit 4f33b2dc2c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ PythonScript::run() throw (ApplicationError)
for (int i=0;i<length-1;i++) {
error << traceback[i];
if (traceback[i]=='\n')
error << prefix(false) << "Python traceback: ";
error << prefix(false) << "Traceback: ";
}
error << endl;