We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7608e55 commit 2bba276Copy full SHA for 2bba276
1 file changed
src/ssl_mtg.py
@@ -91,7 +91,7 @@ def get_model(
91
# If these are not empty, this model is part of a larger setup
92
# Do not finish the configuration now
93
finalize_config = False
94
- if cfg_str != "":
+ if cfg_str == "":
95
finalize_config = True
96
97
lines = cfg_str.split("\n")
0 commit comments