mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
fix(tooling): resolve package-owned tool allowlist
This commit is contained in:
@@ -3,8 +3,8 @@ Debug script for S35 Transform Isolation.
|
||||
Verifies that the correct executor (TransformProcessRunner) is allowed/loaded.
|
||||
"""
|
||||
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
# Ensure project root is in path
|
||||
ROOT = Path(__file__).resolve().parents[2]
|
||||
|
||||
@@ -3,8 +3,8 @@ Verify S30 Security Doctor output.
|
||||
"""
|
||||
|
||||
import os
|
||||
from pathlib import Path
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
# Add project root to path
|
||||
ROOT = Path(__file__).resolve().parents[2]
|
||||
|
||||
Reference in New Issue
Block a user