fix: --env option

This commit is contained in:
Timothy Jaeryang Baek 2025-04-06 18:32:30 -07:00
parent 8330223d19
commit 4063d352fd

View File

@ -77,7 +77,7 @@ def main(
env_dict = {}
if env:
for var in env:
key, value = env.split("=", 1)
key, value = var.split("=", 1)
env_dict[key] = value
# Set environment variables