Skip to content

Commit 68cea34

Browse files
committed
Fixed a typo in the WSGI connector.
- Legacy-Id: 6163
1 parent 11c1b07 commit 68cea34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import sys
4141
import syslog
4242

43-
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
43+
path = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
4444
if not path in sys.path:
4545
sys.path.insert(0, path)
4646

0 commit comments

Comments
 (0)