ComfyUI/app/assets/services
Luke Mino-Altherr ed60e93696 refactor: flatten nested try blocks and if statements in assets package
Extract helper functions to eliminate nested try-except blocks in scanner.py
and remove duplicated type-checking logic in asset_info.py. Simplify nested
conditionals in asset_management.py for clearer control flow.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 14:28:16 -08:00
..
__init__.py Refactor asset database: separate business logic from queries 2026-02-03 13:08:04 -08:00
asset_management.py refactor: flatten nested try blocks and if statements in assets package 2026-02-03 14:28:16 -08:00
hashing.py refactor: rename functions to verb-based naming convention 2026-02-03 13:58:14 -08:00
ingest.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
path_utils.py refactor: improve function naming for clarity and consistency 2026-02-03 14:20:36 -08:00
scanner.py refactor: flatten nested try blocks and if statements in assets package 2026-02-03 14:28:16 -08:00
tagging.py refactor: move in-function imports to top-level and remove keyword-only argument pattern 2026-02-03 13:08:04 -08:00