Commit 2afd641f authored by Theophile Terraz's avatar Theophile Terraz
Browse files

debug param init_internal

Showing with 1 addition and 1 deletion
+1 -1
...@@ -806,7 +806,7 @@ class Mage8(Mage): ...@@ -806,7 +806,7 @@ class Mage8(Mage):
value = "O" if value.lower() == "y" else "N" value = "O" if value.lower() == "y" else "N"
if name == "init_internal": if name == "init_internal":
value = ("p" if value.lower() in ["y", "yes", "true"] value = ("p" if value.lower() in ["y", "yes", "true", "o"]
else "") else "")
logger.debug( logger.debug(
......
Supports Markdown
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