Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Comfy-Org/ComfyUI-Manager
/ _read_tail
Function
_read_tail
tests/e2e/test_e2e_git_clone.py:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
log_file = open(log_path,
"w"
)
# noqa: SIM115
92
93
def
_read_tail() -> str:
94
with
open(log_path)
as
f:
95
return
f.read()[-2000:]
96
97
env = {
98
**os.environ,
Callers
1
_start_comfyui
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected