Changes between Initial Version and Version 1 of Ticket #390


Ignore:
Timestamp:
May 25, 2006, 10:39:24 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fix traceback so it looks less dumb

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #390 – Description

    initial v1  
    1 server.ticket.update(41, u'Actualizacion automatica', attrs)
     1{{{
     2> server.ticket.update(41, u'Actualizacion automatica', attrs)
    23Traceback (most recent call last):
    34  File "<input>", line 1, in ?
     
    1314    raise Fault(**self._stack[0])
    1415Fault: <Fault 2: "''TicketRPC' object has no attribute 'getTicket'' while executing 'ticket.update()'">
     16}}}
    1517
    1618The code is wrong and referring a method that does not exist. Attached is a patch to correct the line.