fix: ensure the col is wide enough for the console log

This commit is contained in:
BennyKok
2024-01-15 13:20:02 +08:00
parent 6ad5c94ca9
commit 2da060a403
+1 -1
View File
@@ -332,7 +332,7 @@ async def build_logic(item: Item):
stdout=asyncio.subprocess.PIPE, stdout=asyncio.subprocess.PIPE,
stderr=asyncio.subprocess.PIPE, stderr=asyncio.subprocess.PIPE,
cwd=folder_path, cwd=folder_path,
# env={**os.environ, "PYTHONUNBUFFERED": "1"} env={**os.environ, "COLUMNS": "10000"}
) )
url = None url = None