Skip to content

Commit cf7b21d

Browse files
committed
ignore
1 parent 5ff7f74 commit cf7b21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/functions/_http_wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self,
2929
# Implement interfaces for PEP 3333 environ
3030
self.request_method = getattr(func_req, 'method', None)
3131
self.script_name = ''
32-
self.path_info = unquote_to_bytes(getattr(url, 'path', None)).decode(
32+
self.path_info = unquote_to_bytes(getattr(url, 'path', None)).decode( #ignore
3333
'latin-1' if type(self) is WsgiRequest else 'utf-8'
3434
)
3535

0 commit comments

Comments
 (0)