postgres: small fix: arg left from pylint cleanup

This commit is contained in:
Mathieu Le Marec - Pasquet 2014-01-29 10:59:59 +01:00
parent a9b4215cd9
commit 3e986977ef

View File

@ -94,7 +94,7 @@ def present(name,
name,
schema=schema,
ext_version=ext_version,
from_version=from_version, **db_args)
**db_args)
# The user is not present, make it!
toinstall = postgres._EXTENSION_NOT_INSTALLED in mtdata