Changes between Version 2 and Version 3 of Ticket #17

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.


Ignore:
Timestamp:
02/15/06 14:53:05 (17 years ago)
Author:
desai
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17 – Description

    v2 v3  
    3737     [bundle.append(copy.deepcopy(item))    
    3838File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugin.py", line 195, in Match 
    39      return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems() TypeError: reduce() of empty sequence with no initial value 
     39     return reduce(lambda x, y:x+y, [frag for (pred, frag) in self.fragments.iteritems()  
     40TypeError: reduce() of empty sequence with no initial value 
    4041}}}