Skip to content

Error with None result #183

@ooq

Description

@ooq
def f_none(key):
    return None
f = pwex.call_async(f_none, None)
pywren.wait([f])
print(f.result())

The above code errs at:

     97         if self._state == JobState.success:
---> 98             assert self._return_val != None
     99             return self._return_val

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions