We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8094b2 commit a827c48Copy full SHA for a827c48
1 file changed
ietf/wsgi.py
@@ -56,8 +56,6 @@
56
if os.path.exists(virtualenv_activation):
57
syslog.syslog("Starting datatracker wsgi with virtualenv %s" % os.path.dirname(os.path.dirname(virtualenv_activation)))
58
exec(compile(io.open(virtualenv_activation, "rb").read(), virtualenv_activation, 'exec'), dict(__file__=virtualenv_activation))
59
-else:
60
- syslog.syslog("Starting datatracker wsgi without virtualenv")
61
62
if not path in sys.path:
63
sys.path.insert(0, path)
0 commit comments