About git action execute erro
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 153
Description
### Feature Idea
Hi, author.
First, thanks for your work.
I config pyproject.toml in the my project to execute git action, but met a error information.
Wish you can help solve.
Refer to the screenshot below, this is my pyproject.toml file.
Refer to the screenshot below, this is error information.
Thanks!
### Logs:
```powershell
Run comfy --skip-prompt --no-enable-telemetry env
warn: The recent workspace None is not a valid ComfyUI path.
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 💻 Environment ┃ Value ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ Python Version │ 3.10.16 │
│ Python Executable │ /opt/hostedtoolcache/Python/3.10.16/… │
│ Virtualenv Path │ Not Used │
│ Conda Env │ Not Used │
│ Config Path │ /home/runner/.config/comfy-cli/confi… │
│ Default ComfyUI workspace │ No default ComfyUI workspace │
│ Default ComfyUI launch extra options │ None │
│ Recent ComfyUI workspace │ No recent run │
│ Tracking Analytics │ Disabled │
│ Background ComfyUI │ No │
│ Comfy Server Running │ No │
│ Current selected workspace │ → /home/runner/comfy/ComfyUI │
└──────────────────────────────────────┴───────────────────────────────────────┘
warn: The recent workspace None is not a valid ComfyUI path.
Validating node configuration...
No pyproject.toml file found in the current directory.
Running security checks...
Security warnings found:
docs/en/conf.py:29:9: S102 Use of `exec` detected
|
27 | version_path = '../../scepter/version.py'
28 | with open(version_path) as f:
29 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
30 | return locals()['__version__']
|
docs/zh_cn/conf.py:29:9: S102 Use of `exec` detected
|
27 | version_path = '../../scepter/version.py'
28 | with open(version_path) as f:
29 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
30 | return locals()['__version__']
|
setup.py:19:9: S102 Use of `exec` detected
|
17 | version_path = 'scepter/version.py'
18 | with open(version_path) as f:
19 | exec(compile(f.read(), version_path, 'exec'))
| ^^^^ S102
20 | return locals()['__version__']
|
We will soon disable exec and eval, and multiple statements in a single line, so
this will be an error soon.
Publishing node version...
{"'NoneType' object has no attribute 'tool_comfy'"}
Error: Process completed with exit code 1.
### Existing Solutions
_No response_
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.