Changeset 321 for trunk/email2trac.py.in


Ignore:
Timestamp:
02/22/10 15:47:17 (14 years ago)
Author:
bas
Message:

Some variable renaming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r320 r321  
    780780
    781781                if self.VERSION  == 0.9:
    782                         s = self.attachments(message_parts, True)
    783                 else:
    784                         s = self.attachments(message_parts)
     782                        error_with_attachments = self.attachments(message_parts, True)
     783                else:
     784                        error_with_attachments = self.attachments(message_parts)
    785785
    786786                if self.notification and not spam:
Note: See TracChangeset for help on using the changeset viewer.