Skip to content

Commit

Permalink
Fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaram committed Jul 7, 2017
1 parent ca6e410 commit 1f9e2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywren/wren.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import pywren.queues as queues
import pywren.wrenconfig as wrenconfig
from pywren.executor import Executor
from pywren.wait import wait, ALL_COMPLETED
from pywren.wait import wait, ALL_COMPLETED, ANY_COMPLETED

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 1f9e2f2

Please sign in to comment.