Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
  • Loading branch information
Filip Haltmayer committed May 22, 2023
1 parent f734509 commit 9ac4dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymilvus/orm/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ def with_config(config: Tuple) -> bool:

# Make sure passed in None doesnt break
user = '' if user is None else str(user)
user = '' if password is None else str(password)
password = '' if password is None else str(password)

# 1st Priority: connection from params
if with_config(config):
Expand Down

0 comments on commit 9ac4dee

Please sign in to comment.