comment fix

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
import this
2025-11-13 10:17:04 +00:00
committed by GitHub
parent c503a5f0e8
commit 010b013094
+1 -1
View File
@@ -275,7 +275,7 @@ class NodeSetupCLI:
env_file = os.path.join(os.getcwd(), "env.sh")
def norm(v):
return "true" if str(v).strip().lower() == ("true") else "false"
return "true" if str(v).strip().lower() == "true" else "false"
val = None