mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-14 00:23:04 +08:00
fix: salvage stale PR plugin install fixes
This commit is contained in:
committed by
Affaan Mustafa
parent
8aa8c32d2a
commit
9b385c9e30
@@ -28,6 +28,13 @@ from datetime import datetime, timedelta, timezone
|
||||
from collections import defaultdict
|
||||
from typing import Optional
|
||||
|
||||
if sys.platform == "win32":
|
||||
try:
|
||||
sys.stdout.reconfigure(encoding="utf-8")
|
||||
sys.stderr.reconfigure(encoding="utf-8")
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
try:
|
||||
import fcntl
|
||||
_HAS_FCNTL = True
|
||||
|
||||
Reference in New Issue
Block a user