Uwe Grauer wrote:
> Christoph Zwerschke wrote:
>> Uwe Grauer schrieb:
>>> I get this for revisions > 4937:
>>>
>>> Dabo Error Log: Sun Jan 25 20:15:56 2009: Error in scanChangedRows:
>>> ...
>>> in scanChangedRows
>>>     raise e
>>              ^
>>
>> I think we should use a bare "raise" statement here so the error is 
>> re-raised including its original traceback. The "raise e" here discards 
>> the traceback so we can't see the real cause of the reported problem. 
>> Sometimes less is more.
>>
> 
> Usin "raise" instead of "raise e" gives:
> 

I found the culprit in my log settings:

app.DatabaseActivityLog = codecs.getwriter("UTF-8")(logfile)

After removing the above line everything works again.

Sorry,
Uwe

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to