mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #10016 from makinacorpus/pgsql
postgres: small fix: arg left from pylint cleanup
This commit is contained in:
commit
52a69e39e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user