Changeset 2270:e05b32830c37

Show
Ignore:
Timestamp:
08/27/08 06:58:42 (3 months ago)
Author:
dunker@…
Branch:
default
Message:

use aggregate.ouput()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gozerplugs/plugs/cloud.py

    r2269 r2270  
    164164                               agg[name] += int(nr) 
    165165                       except ValueError: 
    166                            continue 
     166                           pass 
    167167            ievent.reply('results => ', agg) 
    168168 
     
    260260    if '-a' in ievent.optionset:   
    261261        time.sleep(wait) 
    262         aggregator.aggregate(id, ievent) 
     262        aggregator.output(id, ievent) 
    263263 
    264264cmnds.add('dispatch', handle_clouddispatch, ['USER', ], allowqueue=False, \