fix typo
Change-Id: I0b4b516b4c37cb86b536ffce26f321a54d35b2ef
This commit is contained in:
@@ -29,6 +29,6 @@ def check_for_eventlet(exc=None):
|
||||
"""
|
||||
if not EVENTLET_AVAILABLE:
|
||||
if exc is None:
|
||||
raise RuntimeError('Eventlet is not current available')
|
||||
raise RuntimeError('Eventlet is not currently available')
|
||||
else:
|
||||
raise exc
|
||||
|
||||
Reference in New Issue
Block a user