Skip to content

Commit bae9b94

Browse files
authored
fix flakey8
1 parent 0992f56 commit bae9b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure_functions_worker/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
try:
4848
return aio_compat.run(start_async(
4949
args.host, args.port, args.worker_id, args.request_id))
50-
except Exception:
50+
except Exception as ex:
5151
error_logger.exception(
5252
'unhandled error in functions worker: {0}'.format(
5353
format_exception(ex)))

0 commit comments

Comments
 (0)