comment fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user