Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7c3773a

Browse files
committed
Minor bug fix to -d
1 parent 3f2db47 commit 7c3773a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/generic/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def __init__(self):
4040

4141
def initConnection(self):
4242
self.user = conf.dbmsUser
43-
self.password = conf.dbmsPass
43+
self.password = conf.dbmsPass if conf.dbmsPass is not None else ""
4444
self.hostname = conf.hostname
4545
self.port = conf.port
4646
self.db = conf.dbmsDb

0 commit comments

Comments
 (0)