Skip to content

Commit 2bba276

Browse files
committed
Fix config finishing logic
1 parent 7608e55 commit 2bba276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl_mtg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def get_model(
9191
# If these are not empty, this model is part of a larger setup
9292
# Do not finish the configuration now
9393
finalize_config = False
94-
if cfg_str != "":
94+
if cfg_str == "":
9595
finalize_config = True
9696

9797
lines = cfg_str.split("\n")

0 commit comments

Comments
 (0)