Changes between Initial Version and Version 1 of Ticket #9722


Ignore:
Timestamp:
Jan 23, 2012, 3:39:26 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

I'll go ahead and apply your fix. Any idea of the circumstances that result in a ticket field being none?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9722 – Description

    initial v1  
    1313}}}
    1414
    15 A solution is to add “if f is not None” to the array comprehensions on lines 38 and 40 before it tries to use f['name'].
     15A solution is to add “if f is not None” to the array comprehensions on lines 38 and 40 before it tries to use `f['name']`.