Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The above code errs at:
The text was updated successfully, but these errors were encountered: