Closed eriknw closed 3 years ago
For example, if an exception is raised during afar doing its magic, it no longer includes the NameError that can come from with afar.run, remotely:.
afar
NameError
with afar.run, remotely:
Also, let Run objects have a client.
Run
client
For example, if an exception is raised during
afar
doing its magic, it no longer includes theNameError
that can come fromwith afar.run, remotely:
.Also, let
Run
objects have aclient
.