Changeset 3339

Show
Ignore:
Timestamp:
09/03/07 05:26:30 (1 year ago)
Author:
ed
Message:

This fixes a missing set of parentheses around a set of string format arguments. Ticket [1098] reported by garyssubscribedemail@gmail.com.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/db/dCursorMixin.py

    r3338 r3339  
    225225                except Exception, e: 
    226226                    dabo.infoLog.write(_("_correctFieldType() failed for field: '%s'; value: '%s'; type: '%s'") % 
    227                             field_name, field_val, type(field_val)) 
     227                            (field_name, field_val, type(field_val))) 
    228228 
    229229        # Do the unicode conversion last: