Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Jun 29, 2016
1 parent d57cfbb commit a6e99b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmw/apps/modeling/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def _construct_tr55_job_chain(model_input, job_id):
censuses = [aoi_census] + modification_census_items

job_chain.append(tasks.run_tr55.s(censuses, model_input)
.set(exhange=exchange, routing_key=choose_worker()))
.set(exchange=exchange, routing_key=choose_worker()))
else:
job_chain.append(tasks.get_histogram_job_results.s()
.set(exchange=exchange, routing_key=routing_key))
Expand Down

0 comments on commit a6e99b0

Please sign in to comment.