We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13160a5 commit 740875aCopy full SHA for 740875a
tutorials/example_client.py
@@ -47,7 +47,7 @@ def main (args = None):
47
try:
48
response = client.future.result()
49
# Handle the error if missing data
50
- except Exeception as e:
+ except Exception as e:
51
client.get_logger().info("Service call failed %r" % (e,))
52
# If success
53
else:
0 commit comments