Fix space after parenthesis

Change-Id: Iecda5e4aff09831df90df0177a097028a9a43a68
This commit is contained in:
Joshua Harlow 2016-05-16 15:19:09 -07:00
parent aeddf075e1
commit 59a4d8267d
1 changed files with 1 additions and 1 deletions

View File

@ -32,6 +32,6 @@ def create_engine(uri):
engine = mgr.driver
except RuntimeError:
raise ValueError("Could not find"
"engine '%s' (from uri '%s')" % (kind, uri))
" engine '%s' (from uri '%s')" % (kind, uri))
else:
return engine