Skip to content

Commit

Permalink
fix flakey8
Browse files Browse the repository at this point in the history
  • Loading branch information
YunchuWang authored Jul 11, 2022
1 parent 0992f56 commit bae9b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_functions_worker/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def main():
try:
return aio_compat.run(start_async(
args.host, args.port, args.worker_id, args.request_id))
except Exception:
except Exception as ex:
error_logger.exception(
'unhandled error in functions worker: {0}'.format(
format_exception(ex)))
Expand Down

0 comments on commit bae9b94

Please sign in to comment.