Commit 2c9843bc authored by luxq's avatar luxq

fix bug

parent da01313e
......@@ -35,7 +35,7 @@ def launch_bunnyfinder(
global_node_selectors,
):
# check bunnyfinder_params.dbconnect is set an valid value
if bunnyfinder_params.dbconnect is None or bunnyfinder_params.dbconnect == "":
if bunnyfinder_params.dbconnect == "":
fail(
"dbconnect is required in bunnyfinder_params"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment