Skip to content

Commit

Permalink
Fixed Iterable logging bug in main
Browse files Browse the repository at this point in the history
  • Loading branch information
eblade committed Jun 23, 2016
1 parent a5eabc4 commit efda85e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flow/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,7 @@ def equip(app_name, username, password, args, client, config, klass, obj):
for obj in source:
current_log_id = log_id.next()
pool.spawn(flow.start, obj, logger=logger, log_id=current_log_id)
logging.info(
"Spawned worker.",
current_log_id
)
logging.info("Spawned worker (%s).", str(current_log_id))

logging.info("Source is out of data.")

Expand Down

0 comments on commit efda85e

Please sign in to comment.