Changeset 2270:e05b32830c37
- Timestamp:
- 08/27/08 06:58:42 (3 months ago)
- Author:
- dunker@…
- Branch:
- default
- Message:
-
use aggregate.ouput()
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2269
|
r2270
|
|
| 164 | 164 | agg[name] += int(nr) |
| 165 | 165 | except ValueError: |
| 166 | | continue |
| | 166 | pass |
| 167 | 167 | ievent.reply('results => ', agg) |
| 168 | 168 | |
| … |
… |
|
| 260 | 260 | if '-a' in ievent.optionset: |
| 261 | 261 | time.sleep(wait) |
| 262 | | aggregator.aggregate(id, ievent) |
| | 262 | aggregator.output(id, ievent) |
| 263 | 263 | |
| 264 | 264 | cmnds.add('dispatch', handle_clouddispatch, ['USER', ], allowqueue=False, \ |