Skip to content

Commit

Permalink
correct a typo in cluster/code/run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xyguo committed Sep 5, 2015
1 parent dc92bc8 commit 15e040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/code/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def request():
def req_done(output):
assert output == exp_output, "%r != %r" % (output, exp_output)
request()
Request(node, input, req_done).start()
Requester(node, input, req_done).start()

network.set_timer(None, 1.0, request)

Expand Down

0 comments on commit 15e040a

Please sign in to comment.