Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2db47 commit 7c3773aCopy full SHA for 7c3773a
1 file changed
plugins/generic/connector.py
@@ -40,7 +40,7 @@ def __init__(self):
40
41
def initConnection(self):
42
self.user = conf.dbmsUser
43
- self.password = conf.dbmsPass
+ self.password = conf.dbmsPass if conf.dbmsPass is not None else ""
44
self.hostname = conf.hostname
45
self.port = conf.port
46
self.db = conf.dbmsDb
0 commit comments