MicroFish/backend/app
haosenwang1018 1612dfe017 fix: replace bare except clauses with except Exception
Bare `except:` catches BaseException including KeyboardInterrupt and
SystemExit. Replaced 4 instances with `except Exception:`.
2026-02-25 09:19:57 +00:00
..
api fix: replace bare except clauses with except Exception 2026-02-25 09:19:57 +00:00
models Enhance backend functionality with OASIS simulation features 2025-12-01 15:03:44 +08:00
services fix: replace bare except clauses with except Exception 2026-02-25 09:19:57 +00:00
utils fix(file_parser): handle non-UTF-8 encoded text files with automatic encoding detection 2026-01-22 18:28:37 +08:00
__init__.py Implement Report Agent for automated report generation and interaction 2025-12-09 15:10:55 +08:00
config.py fix(config): enable overriding of environment variables when loading .env file 2026-01-23 16:20:24 +08:00