X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/db476e34b555b2776874d4a977192ca907619395..8bf7ffc43ad5507982e924a7f05bbb13c89965cb:/examples/python/activityset-waitallfor/activityset-waitallfor.py diff --git a/examples/python/activityset-waitallfor/activityset-waitallfor.py b/examples/python/activityset-waitallfor/activityset-waitallfor.py index 4f2880935f..44b3c6f5b2 100644 --- a/examples/python/activityset-waitallfor/activityset-waitallfor.py +++ b/examples/python/activityset-waitallfor/activityset-waitallfor.py @@ -16,7 +16,7 @@ def bob(): this_actor.info("Create my asynchronous activities") exec = this_actor.exec_async(5e9) - comm, payload = mbox.get_async() + comm = mbox.get_async() io = disk.read_async(300000000) pending_activities = ActivitySet([exec, comm])