Skip to content

Commit

Permalink
Correct env var name.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Jan 6, 2020
1 parent 5719f05 commit 7af1f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsgiconf/uwsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

try: # pragma: nocover
if __env.get(__ENV_FORCE_STUB, False):
raise __DummyException('`UWSGI_FORCE_STUB` is found in env.')
raise __DummyException('`%s` is found in env.' % __ENV_FORCE_STUB)

import uwsgi

Expand Down

0 comments on commit 7af1f91

Please sign in to comment.